Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 190693 Details for
Bug 240121
app-portage/deltup: CFLAGS are ignored
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to bzip2-1.0.2 to respect cflags and ldflags
bzip2-1.0.2-makefile-CFLAGS.patch (text/plain), 1.33 KB, created by
Zeev Tarantov
on 2009-05-08 17:46:18 UTC
(
hide
)
Description:
patch to bzip2-1.0.2 to respect cflags and ldflags
Filename:
MIME Type:
Creator:
Zeev Tarantov
Created:
2009-05-08 17:46:18 UTC
Size:
1.33 KB
patch
obsolete
>--- Makefile.orig 2004-12-26 16:30:06.354116536 -0500 >+++ Makefile 2009-05-08 17:58:17.000000000 +0300 >@@ -2,14 +2,10 @@ > SHELL=/bin/sh > > # To assist in cross-compiling >-CC=gcc >-AR=ar >-RANLIB=ranlib >-LDFLAGS= > > # Suitably paranoid flags to avoid bugs in gcc-2.7 > BIGFILES=-D_FILE_OFFSET_BITS=64 >-CFLAGS=-Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce $(BIGFILES) >+CFLAGS+=-Wall -Winline -fno-strength-reduce $(BIGFILES) > > # Where you want it installed when you do 'make install' > PREFIX=/usr >--- Makefile-libbz2_so.orig 2004-12-26 16:32:23.972195408 -0500 >+++ Makefile-libbz2_so 2009-05-08 19:52:52.000000000 +0300 >@@ -7,9 +7,9 @@ > # important info about building the library like this. > > SHELL=/bin/sh >-CC=gcc >+ > BIGFILES=-D_FILE_OFFSET_BITS=64 >-CFLAGS=-fpic -fPIC -Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce $(BIGFILES) >+CFLAGS+=-fpic -fPIC -Wall -Winline -fno-strength-reduce $(BIGFILES) > > OBJS= blocksort.o \ > huffman.o \ >@@ -20,8 +20,8 @@ > bzlib.o > > all: $(OBJS) >- $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.2 $(OBJS) >- $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.2 >+ $(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.2 $(OBJS) >+ $(CC) $(CFLAGS) $(LDFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.2 > rm -f libbz2.so.1.0 > ln -s libbz2.so.1.0.2 libbz2.so.1.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240121
:
190691
| 190693 |
190694
|
190695
|
190696