]> git.pld-linux.org Git - packages/pcp.git/blob - pcp-opt.patch
- updated to 3.8.2
[packages/pcp.git] / pcp-opt.patch
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.344484 seconds and 3 git commands to generate.