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

Daniel Pocock daniel at pocock.com.au
Sun May 20 18:44:29 UTC 2012


The following commit has been merged in the master branch:
commit 4936ede49aad035bbecadd0ca030e9ad7f7de575
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Sun May 20 20:24:35 2012 +0200

    Add workaround for g++ 4.7 issue pending upstream fix

diff --git a/debian/rules b/debian/rules
index 0388a8a..a0f0ff1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += --with-radius
 DEB_CONFIGURE_EXTRA_FLAGS += --with-c-ares
 
 CPPFLAGS += -DRESIP_FIXED_POINT
+CPPFLAGS += -fpermissive
 LDFLAGS += -lcares
 
 install/repro::

-- 
reSIProcate



More information about the Pkg-voip-commits mailing list