From: Stefan Metzmacher Date: Wed, 1 Feb 2023 13:31:38 +0000 (+0000) Subject: tevent: remove the already removed tevent_port.c also from the build X-Git-Tag: tevent-0.14.1~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae77854a44094df6c9291271504c9733e717674f;p=thirdparty%2Fsamba.git 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 Reviewed-by: Jeremy Allison --- 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