Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 171183 Details for
Bug 246016
net-firewall/ipset-2.4.2 does not respect LDFLAGS (patch provided)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch proposal for the Makefile
ipset-makefile-respect-LDFLAGS.patch (text/plain), 639 bytes, created by
Olivier Huber
on 2008-11-09 14:04:11 UTC
(
hide
)
Description:
patch proposal for the Makefile
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2008-11-09 14:04:11 UTC
Size:
639 bytes
patch
obsolete
>--- Makefile 2008-10-23 19:22:40.000000000 +0200 >+++ /tmp/Makefile 2008-11-09 15:51:41.717241228 +0100 >@@ -80,14 +80,14 @@ > $(CC) $(CFLAGS) -DIPSET_VERSION=\"$(IPSET_VERSION)\" -DIPSET_LIB_DIR=\"$(IPSET_LIB_DIR)\" -c -o $@ $< > > ipset: ipset.o >- $(CC) $(CFLAGS) -rdynamic -o $@ $^ -ldl >+ $(CC) $(CFLAGS) $(LDFLAGS) -rdynamic -o $@ $^ -ldl > > #Pooltypes > ipset_%.o: ipset_%.c ipset.h > $(CC) $(SH_CFLAGS) -o $@ -c $< > > libipset_%.so: ipset_%.o >- $(LD) -shared -o $@ $< >+ $(LD) $(LDDFLAGS) -shared -o $@ $< > > $(DESTDIR)$(LIBDIR)/ipset/libipset_%.so: libipset_%.so > @[ -d $(DESTDIR)$(LIBDIR)/ipset ] || mkdir -p $(DESTDIR)$(LIBDIR)/ipset
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 246016
: 171183 |
171185