]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tevent: remove the already removed tevent_port.c also from the build
authorStefan Metzmacher <metze@samba.org>
Wed, 1 Feb 2023 13:31:38 +0000 (13:31 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 2 Feb 2023 17:30:39 +0000 (17:30 +0000)
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>
lib/tevent/wscript

index df1c69127abf5d84e46e57e158e3e1e154c977d0..76f36ba70af56080d01708fd59f3fdc62ee0ee8e 100644 (file)
@@ -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