diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-05-30 09:23:53 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-05-30 09:23:53 +0000 |
commit | 0d97a4ceecccdc4886b9f034018d5f3749aa85c9 (patch) | |
tree | 09176bea75fd223da84221bb0abd470e05c5c5e3 /sys-fs/bindfs/files | |
parent | Security bump. CVE-2012-2098 #417909 (diff) | |
download | gentoo-2-0d97a4ceecccdc4886b9f034018d5f3749aa85c9.tar.gz gentoo-2-0d97a4ceecccdc4886b9f034018d5f3749aa85c9.tar.bz2 gentoo-2-0d97a4ceecccdc4886b9f034018d5f3749aa85c9.zip |
Version bump.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/bindfs/files')
-rw-r--r-- | sys-fs/bindfs/files/bindfs-1.10.3-cflags.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-fs/bindfs/files/bindfs-1.10.3-cflags.patch b/sys-fs/bindfs/files/bindfs-1.10.3-cflags.patch new file mode 100644 index 000000000000..81bf4d3bf8d2 --- /dev/null +++ b/sys-fs/bindfs/files/bindfs-1.10.3-cflags.patch @@ -0,0 +1,16 @@ +--- bindfs-1.10.3/configure.ac ++++ bindfs-1.10.3/configure.ac +@@ -15,13 +15,6 @@ + AC_ARG_WITH([core-foundation], + AS_HELP_STRING([--with-core-foundation], [link against Core Foundation (OS X only) @<:@default=no@:>@])) + +- +-if test x"$enable_debug" == "xyes" ; then +- CFLAGS="${CFLAGS} -g -O0" +-else +- CFLAGS="${CFLAGS} -O2" +-fi +- + if test x"$enable_debug_output" == "xyes" ; then + AC_DEFINE([BINDFS_DEBUG], [1], [Define to 1 to enable debugging messages]) + fi |