]> git.pld-linux.org Git - packages/pcp.git/blame - pcp-opt.patch
- rel 2
[packages/pcp.git] / pcp-opt.patch
CommitLineData
6c20c731
JB
1--- pcp-3.6.10/configure.in.orig 2012-12-22 15:49:53.253378178 +0100
2+++ pcp-3.6.10/configure.in 2012-12-22 16:14:15.650014365 +0100
3@@ -92,7 +92,7 @@
4 test -f /etc/slackware-version && target_distro=slackware
5 test -f /etc/gentoo-release && target_distro=gentoo
6 test -f /etc/mandriva-release && target_distro=mandriva
7- export CFLAGS="-fpic -fno-strict-aliasing -D_GNU_SOURCE"
8+ export CFLAGS="$CFLAGS -fPIC -fno-strict-aliasing -D_GNU_SOURCE"
9 elif test $target_os = darwin
10 then
11 AC_DEFINE(IS_DARWIN)
This page took 0.215747 seconds and 4 git commands to generate.