[csw-devel] SF.net SVN: gar:[17779] csw/mgar/pkg/resiprocate/trunk/Makefile
d_pocock at users.sourceforge.net
d_pocock at users.sourceforge.net
Thu Apr 19 17:26:04 CEST 2012
Revision: 17779
http://gar.svn.sourceforge.net/gar/?rev=17779&view=rev
Author: d_pocock
Date: 2012-04-19 15:26:04 +0000 (Thu, 19 Apr 2012)
Log Message:
-----------
Use libcares. Add bdb v4.8 to include/lib paths.
Modified Paths:
--------------
csw/mgar/pkg/resiprocate/trunk/Makefile
Modified: csw/mgar/pkg/resiprocate/trunk/Makefile
===================================================================
--- csw/mgar/pkg/resiprocate/trunk/Makefile 2012-04-19 13:44:55 UTC (rev 17778)
+++ csw/mgar/pkg/resiprocate/trunk/Makefile 2012-04-19 15:26:04 UTC (rev 17779)
@@ -18,8 +18,13 @@
CONFIGURE_ARGS += --enable-shared
CONFIGURE_ARGS += --disable-nls
CONFIGURE_ARGS += --with-ssl
-CONFIGURE_ARGS += --enable-ipv6
+#CONFIGURE_ARGS += --enable-ipv6
+CONFIGURE_ARGS += --with-c-ares
+BDB_HOME = $(prefix)/bdb48
+EXTRA_LIB = $(BDB_HOME)/lib
+EXTRA_INC = $(BDB_HOME)/include
+
# There are multiple test suites, regular `make check' and tfm
TEST_SCRIPTS = check
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list