diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2012-01-24 22:52:21 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2012-01-24 22:52:21 +0000 |
commit | 2e666d908f0e77549e6b0e7ce30b5a1ff5294d8c (patch) | |
tree | b11f38f87776637b184f79fde76715376bcaafd7 /net-libs/openslp/files | |
parent | Update my email address (diff) | |
download | historical-2e666d908f0e77549e6b0e7ce30b5a1ff5294d8c.tar.gz historical-2e666d908f0e77549e6b0e7ce30b5a1ff5294d8c.tar.bz2 historical-2e666d908f0e77549e6b0e7ce30b5a1ff5294d8c.zip |
Respect CFLAGS, bug 364387
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'net-libs/openslp/files')
-rw-r--r-- | net-libs/openslp/files/openslp-1.2.1-cflags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-libs/openslp/files/openslp-1.2.1-cflags.patch b/net-libs/openslp/files/openslp-1.2.1-cflags.patch new file mode 100644 index 000000000000..a9a1d2634e7f --- /dev/null +++ b/net-libs/openslp/files/openslp-1.2.1-cflags.patch @@ -0,0 +1,11 @@ +diff -ruN openslp-1.2.1.orig/configure.in openslp-1.2.1/configure.in +--- openslp-1.2.1.orig/configure.in 2005-02-15 21:06:02.000000000 +0100 ++++ openslp-1.2.1/configure.in 2012-01-24 23:49:13.000000000 +0100 +@@ -153,7 +153,6 @@ + OPTFLAGS="-O" + fi + fi +-CFLAGS="$CFLAGS $OPTFLAGS" + + dnl *********************************************************************** + dnl Checks for header files. |