]> git.pld-linux.org Git - packages/pcp.git/blob - pcp-opt.patch
- perl req/prov fix
[packages/pcp.git] / pcp-opt.patch
1 --- pcp-3.9.6/configure.ac.orig 2013-09-15 16:11:00.907263278 +0200
2 +++ pcp-3.9.6/configure.ac      2013-09-15 16:12:28.537259600 +0200
3 @@ -127,7 +127,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.087568 seconds and 3 git commands to generate.