[csw-devel] SF.net SVN: gar:[9194] csw/mgar/pkg/librsync/trunk/Makefile
bchill at users.sourceforge.net
bchill at users.sourceforge.net
Tue Mar 16 01:23:30 CET 2010
Revision: 9194
http://gar.svn.sourceforge.net/gar/?rev=9194&view=rev
Author: bchill
Date: 2010-03-16 00:23:29 +0000 (Tue, 16 Mar 2010)
Log Message:
-----------
added configure options to force building of shared libraries
Modified Paths:
--------------
csw/mgar/pkg/librsync/trunk/Makefile
Modified: csw/mgar/pkg/librsync/trunk/Makefile
===================================================================
--- csw/mgar/pkg/librsync/trunk/Makefile 2010-03-15 21:48:45 UTC (rev 9193)
+++ csw/mgar/pkg/librsync/trunk/Makefile 2010-03-16 00:23:29 UTC (rev 9194)
@@ -18,7 +18,9 @@
RUNTIME_DEP_PKGS_CSWlibrsync += CSWlibpopt
RUNTIME_DEP_PKGS_CSWlibrsync += CSWzlib
-CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-shared=yes
+CONFIGURE_ARGS += --enable-static=no
TEST_TARGET = 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