[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 bb5aee715d60648d6ecddb2674fa0b4992a658a5
Author: Daniel Pocock <daniel at pocock.com.au>
Date:   Tue May 22 16:29:34 2012 +0200

    Only use -fpermissive with CXXFLAGS

diff --git a/debian/rules b/debian/rules
index bf44aec..f117b96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += --with-c-ares
 DEB_CONFIGURE_EXTRA_FLAGS += --with-b2bua
 
 CPPFLAGS += -DRESIP_FIXED_POINT
-CPPFLAGS += -fpermissive
+CXXFLAGS += -fpermissive
 LDFLAGS += -lcares
 
 # force building in the pkgroot or it won't build

-- 
reSIProcate



More information about the Pkg-voip-commits mailing list