[Pkg-voip-commits] [SCM] reSIProcate branch, master, updated. upstream/1.8.0_pre1-55-g24cab6e

Daniel Pocock daniel at pocock.com.au
Tue May 22 15:32:43 UTC 2012


The following commit has been merged in the master branch:
commit a4d0ece79222bee217ab9236a190210633f054a6
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Tue May 22 16:35:43 2012 +0200

    Set configure flags

diff --git a/debian/rules b/debian/rules
index f117b96..8bf1a9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,18 +14,21 @@ include /usr/share/dpkg/buildflags.mk
 
 DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp
 
-DEB_CONFIGURE_EXTRA_FLAGS := --with-ssl
-DEB_CONFIGURE_EXTRA_FLAGS += --with-mysql
-DEB_CONFIGURE_EXTRA_FLAGS += --with-apps
-DEB_CONFIGURE_EXTRA_FLAGS += --enable-ipv6
-DEB_CONFIGURE_EXTRA_FLAGS += --with-radius
-DEB_CONFIGURE_EXTRA_FLAGS += --with-c-ares
-DEB_CONFIGURE_EXTRA_FLAGS += --with-b2bua
-
 CPPFLAGS += -DRESIP_FIXED_POINT
 CXXFLAGS += -fpermissive
 LDFLAGS += -lcares
 
+override_dh_auto_configure:
+        dh_auto_configure -- \
+		 --with-ssl \
+		 --with-mysql \
+		 --with-apps \
+		 --enable-ipv6 \
+		 --with-radius \
+ 	 	 --with-c-ares \
+		 --with-b2bua
+
+
 # force building in the pkgroot or it won't build
 %:
 	dh $@ --builddirectory=.

-- 
reSIProcate



More information about the Pkg-voip-commits mailing list