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 | 0f0ece7ec0496de0dd1a27c840f954b28191d60f (patch) | |
tree | 364b80635c437d51bc926be944bb3c38be03f64a /app-arch/bzip2/files | |
parent | Stable on SPARC wrt security bug #122399. (diff) | |
download | historical-0f0ece7ec0496de0dd1a27c840f954b28191d60f.tar.gz historical-0f0ece7ec0496de0dd1a27c840f954b28191d60f.tar.bz2 historical-0f0ece7ec0496de0dd1a27c840f954b28191d60f.zip |
scrub
Diffstat (limited to 'app-arch/bzip2/files')
-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 |