Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 190696 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 deltup-0.4.4 to respect cflags, ldflags and --as-needed
deltup-0.4.4-makefile-CFLAGS.patch (text/plain), 775 bytes, created by
Zeev Tarantov
on 2009-05-08 17:48:02 UTC
(
hide
)
Description:
patch to deltup-0.4.4 to respect cflags, ldflags and --as-needed
Filename:
MIME Type:
Creator:
Zeev Tarantov
Created:
2009-05-08 17:48:02 UTC
Size:
775 bytes
patch
obsolete
>--- Makefile.orig 2005-05-21 03:23:34.000000000 +0300 >+++ Makefile 2009-05-08 17:58:17.000000000 +0300 >@@ -2,23 +2,21 @@ > PREFIX=/usr > BINDIR=$(PREFIX)/bin > >-CC = g++ >- > objfiles=bpatch.o bzip2.o file.o system.o tmpstore.o deltup.o >-libs=-lstdc++ -lz -lbz2 -lssl >+libs=-lstdc++ -lz -lbz2 -lcrypto > > #edelta: edelta.cpp deltup > # gcc edelta.cpp ${CXXFLAGS} -o edelta > %.o : %.cpp >- ${CC} -c $< -o $@ -g #-Wall -pedantic #-DFIXED_FRAMERATE >+ $(CC) $(CXXFLAGS) -c $< -o $@ #-Wall -pedantic #-DFIXED_FRAMERATE > > all: deltup > > depend: >- gcc -MM *.cpp > .depend >+ $(CC) -MM *.cpp > .depend > > deltup: $(objfiles) >- ${CC} $(objfiles) ${CXXFLAGS} -o deltup $(libs) >+ $(CC) $(objfiles) $(CXXFLAGS) $(LDFLAGS) -o deltup $(libs) > > install: deltup > mkdir -p $(DESTDIR)$(BINDIR)
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