commit 67356dacdf3d2007b348e723f20bbc3af06090f5 from: Thomas Adam date: Fri Apr 26 05:58:00 2024 UTC portable: gitwrapper: remove unused LIBS libevent doesn't need to link against libevent, but it will need its CFLAGS. commit - 1656337a1ebee2763330d486e17ee89970a7b2e8 commit + 67356dacdf3d2007b348e723f20bbc3af06090f5 blob - e30e19e3b7d66f6bed3f6e252e44fb4c606d2e40 blob + 889c9923134362077aefd51b2a261c9044e999ba --- gitwrapper/Makefile.am +++ gitwrapper/Makefile.am @@ -24,7 +24,6 @@ man1_MANS = gitwrapper.1 LDADD = -L$(top_builddir)/compat -lopenbsd-compat LDADD += $(libbsd_LIBS) \ - $(libevent_LIBS) \ $(libuuid_LIBS) if HOST_FREEBSD LDADD += -lmd