diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-20 03:24:27 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-20 03:24:27 +0000 |
commit | 22a35615ee498d412525de687e206997c54b6cb4 (patch) | |
tree | 7433e80e020e58959dfb4f3eac9e9efdf0c49c88 | |
parent | Stable on SPARC wrt security bug #122399. (diff) | |
download | gentoo-2-22a35615ee498d412525de687e206997c54b6cb4.tar.gz gentoo-2-22a35615ee498d412525de687e206997c54b6cb4.tar.bz2 gentoo-2-22a35615ee498d412525de687e206997c54b6cb4.zip |
scrub
-rw-r--r-- | app-arch/bzip2/files/bzip2-1.0.3-makefile-CFLAGS.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/bzip2/files/bzip2-1.0.3-makefile-CFLAGS.patch b/app-arch/bzip2/files/bzip2-1.0.3-makefile-CFLAGS.patch index 077f2b953d29..247c6d95d8b8 100644 --- a/app-arch/bzip2/files/bzip2-1.0.3-makefile-CFLAGS.patch +++ b/app-arch/bzip2/files/bzip2-1.0.3-makefile-CFLAGS.patch @@ -6,8 +6,8 @@ +CFLAGS+=-Wall -Winline $(BIGFILES) # Where you want it installed when you do 'make install' ---- Makefile-libbz2_so.orig 2004-12-26 16:32:23.972195408 -0500 -+++ Makefile-libbz2_so 2004-12-26 16:32:34.835543928 -0500 +--- Makefile-libbz2_so ++++ Makefile-libbz2_so @@ -11,4 +11,4 @@ BIGFILES=-D_FILE_OFFSET_BITS=64 -CFLAGS=-fpic -fPIC -Wall -Winline -O -g |