summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2023-02-01 13:31:38 +0000
committerJule Anger <janger@samba.org>2023-02-06 12:58:14 +0000
commit2d07ab93e55b9f05466dfe50790095e1c3d629e1 (patch)
tree10c7c108952a879067f70ea8ef881465884ec861
parentd14e1c8bef5a073a6ba92b64aa14a4060bf59809 (diff)
downloadsamba-2d07ab93e55b9f05466dfe50790095e1c3d629e1.tar.gz
tevent: remove the already removed tevent_port.c also from the build
This fixes a regression introduced by 147a317b7b92e60c5940d875dbd7aef19824834e. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15298 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit ae77854a44094df6c9291271504c9733e717674f)
-rw-r--r--lib/tevent/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index df1c69127ab..76f36ba70af 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -93,9 +93,6 @@ def build(bld):
if bld.CONFIG_SET('HAVE_EPOLL'):
SRC += ' tevent_epoll.c'
- if bld.CONFIG_SET('HAVE_SOLARIS_PORTS'):
- SRC += ' tevent_port.c'
-
if bld.env.standalone_tevent:
bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
private_library = False