summaryrefslogtreecommitdiff
path: root/commoncpp2/Pkgfile
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2006-12-14 23:17:13 -0400
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2006-12-14 23:17:13 -0400
commit2b9f99dbf9b118e3b9a0dba7dfe0e5ae315cfac7 (patch)
tree0e78dbaa4198537147595b5c4316d211a9388cd8 /commoncpp2/Pkgfile
parente34d3447a40acba0cdc6db1ca7ff69d3fd9b9fc3 (diff)
downloadcontrib-2b9f99dbf9b118e3b9a0dba7dfe0e5ae315cfac7.tar.gz
contrib-2b9f99dbf9b118e3b9a0dba7dfe0e5ae315cfac7.tar.xz
commoncpp2: removed -fstack-protector from CFLAGS due to a bug in the package
Diffstat (limited to 'commoncpp2/Pkgfile')
-rw-r--r--commoncpp2/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/commoncpp2/Pkgfile b/commoncpp2/Pkgfile
index 9ec889b7f..141596108 100644
--- a/commoncpp2/Pkgfile
+++ b/commoncpp2/Pkgfile
@@ -6,12 +6,14 @@
name=commoncpp2
version=1.5.0
-release=3
+release=4
source=(http://dl.sourceforge.net/sourceforge/gnutelephony/$name-$version.tar.gz)
build () {
cd $name-$version
sed -i 's|! grep -q "$(libdir)" /etc/ld.so.conf|false|' Makefile.in
+ export CFLAGS="${CFLAGS//-fstack-protector/}"
+ export CXXFLAGS="${CXXFLAGS//-fstack-protector/}"
./configure --prefix=/usr
make
make DESTDIR=$PKG install

Generated by cgit