[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-89-g015cbd0

Steffen Moeller moeller at debian.org
Sun Dec 5 23:57:05 UTC 2010


The following commit has been merged in the master branch:
commit 5bce0d3f862880dae0a144ce449a7b7ad75b0d02
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Dec 5 21:27:21 2010 +0100

    Added libtoolize.

diff --git a/debian/rules b/debian/rules
index 187a584..2fd8815 100755
--- a/debian/rules
+++ b/debian/rules
@@ -95,10 +95,13 @@ CXXFLAGS_boinc-client += $(DEB_OPT_FLAGS_boinc-client)
 CFGFLAGS = \
   $(TYPE_FLAGS) \
   --prefix=/usr \
-  --enable-client \
-  --enable-server \
+  --disable-client \
+  --disable-server \
+  --disable-fcgi \
+  --enable-manager \
   --enable-unicode \
   --with-ssl \
+  --with-x \
   CFLAGS="$(CFLAGS)" \
   CXXFLAGS="$(CXXFLAGS)" \
   LDFLAGS="$(LDFLAGS)"
@@ -106,9 +109,13 @@ CFGFLAGS = \
 CFGFLAGS_boinc-client = \
   $(TYPE_FLAGS) \
   --enable-client \
-  --disable-server \
+  --enable-server \
+  --enable-fcgi \
+  --disable-manager \
+  --enable-unicode \
   --with-ssl \
   --without-wx-config \
+  --without-x \
   CFLAGS="$(CFLAGS_boinc-client)" \
   CXXFLAGS="$(CXXFLAGS_boinc-client)" \
   LDFLAGS="$(LDFLAGS)"
@@ -126,6 +133,7 @@ autoreconf-stamp:
 	cp -f /usr/share/misc/config.guess config.guess
 	cp -f /usr/share/misc/config.sub config.sub
 	find . -name "*.php" -o -name "*.php.example" | xargs -L 1 -r chmod 644 --
+	if [ ! -r ltmain.sh ]; then libtoolize; fi
 	aclocal-1.9 -I m4 && autoheader && automake-1.9 --add-missing && autoconf
 	touch $@
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list