[Midnightbsd-cvs] mports [17830] trunk/www/node/Makefile: turn on shared zlib
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Nov 11 08:33:08 EST 2014
Revision: 17830
http://svnweb.midnightbsd.org/mports/?rev=17830
Author: laffer1
Date: 2014-11-11 08:33:07 -0500 (Tue, 11 Nov 2014)
Log Message:
-----------
turn on shared zlib
Modified Paths:
--------------
trunk/www/node/Makefile
Modified: trunk/www/node/Makefile
===================================================================
--- trunk/www/node/Makefile 2014-11-11 13:30:52 UTC (rev 17829)
+++ trunk/www/node/Makefile 2014-11-11 13:33:07 UTC (rev 17830)
@@ -19,7 +19,8 @@
USE_PYTHON= 2
USES= gmake compiler
-CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --dest-os=freebsd
+CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} --without-npm --shared-zlib \
+ --dest-os=freebsd
PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,}
REINPLACE_ARGS= -i ''
More information about the Midnightbsd-cvs
mailing list