[Lunar-commits] r26744 - moonbase/trunk/net/privoxy
Dennis Veatch
stumbles at lunar-linux.org
Fri Nov 16 01:50:13 CET 2007
Author: stumbles
Date: 2007-11-16 01:50:12 +0100 (Fri, 16 Nov 2007)
New Revision: 26744
Modified:
moonbase/trunk/net/privoxy/BUILD
Log:
This closes BR278
Modified: moonbase/trunk/net/privoxy/BUILD
===================================================================
--- moonbase/trunk/net/privoxy/BUILD 2007-11-15 17:05:28 UTC (rev 26743)
+++ moonbase/trunk/net/privoxy/BUILD 2007-11-16 00:50:12 UTC (rev 26744)
@@ -1,11 +1,15 @@
(
- OPTS+="--with-user=privoxy --with-group=privoxy --sysconfdir=/etc/privoxy"
+#The two autotools jokers NEED to be run first. Closes BR278.
+ autoheader &&
+ autoconf &&
add_priv_user privoxy:privoxy &&
- autoheader &&
- autoconf &&
+
+ OPTS="--with-user=privoxy --with-group=privoxy --sysconfdir=/etc/privoxy \
+ --disable-toggle --disable-editor --disable-force"
+
default_build
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list