[BACK]Return to patch-net_daemon_Makefile_am CVS log [TXT][DIR] Up to [local] / ports / net / seafile / ccnet / patches

File: [local] / ports / net / seafile / ccnet / patches / Attic / patch-net_daemon_Makefile_am (download)

Revision 1.1, Tue Jan 21 12:51:01 2014 UTC (10 years, 5 months ago) by kirby
Branch: MAIN

make it build and package

$OpenBSD$
--- net/daemon/Makefile.am.orig	Tue Jan  7 07:33:50 2014
+++ net/daemon/Makefile.am	Tue Jan 21 16:00:42 2014
@@ -93,7 +93,7 @@ ccnet_SOURCES = ccnet-daemon.c \
 	$(common_srcs)
 
 
-ccnet_LDADD = -levent $(top_builddir)/lib/libccnetd.la \
+ccnet_LDADD = -levent_core -levent_extra $(top_builddir)/lib/libccnetd.la \
            @GLIB2_LIBS@ @GOBJECT_LIBS@ -lssl @LIB_RT@ @LIB_UUID@ -lsqlite3 \
            @LIB_WS32@ @LIB_INTL@ @LIB_IPHLPAPI@ @SEARPC_LIBS@
 
@@ -104,7 +104,7 @@ noinst_PROGRAMS = ccnet-test
 
 ccnet_test_SOURCES = ccnet-test.c daemon-session.c $(common_srcs)
 
-ccnet_test_LDADD = -levent $(top_builddir)/lib/libccnetd.la \
+ccnet_test_LDADD = -levent_core -levent_extra $(top_builddir)/lib/libccnetd.la \
 	@GLIB2_LIBS@ @GOBJECT_LIBS@  -lssl @LIB_RT@ @LIB_UUID@ -lsqlite3 \
 	@LIB_WS32@ @LIB_INTL@ @LIB_IPHLPAPI@ @SEARPC_LIBS@