Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 241299 Details for
Bug 331099
sys-apps/usermode-utilities doesn't 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
usermode-utilities.patch (text/plain), 461 bytes, created by
Olivier Huber
on 2010-08-03 17:40:14 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Olivier Huber
Created:
2010-08-03 17:40:14 UTC
Size:
461 bytes
patch
obsolete
>--- uml_net/Makefile~ 2010-08-03 13:31:53.069000013 -0400 >+++ uml_net/Makefile 2010-08-03 13:33:03.741000013 -0400 >@@ -2,7 +2,7 @@ > > BIN = uml_net > CFLAGS ?= -g -Wall >-LDFLAGS = -Wl,-z,now >+LDFLAGS += -Wl,-z,now > override CFLAGS += $(TUNTAP) > > BIN_DIR ?= /usr/bin >@@ -16,7 +16,7 @@ > all : $(BIN) > > $(BIN) : $(OBJS) >- $(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS) -o $(BIN) $(OBJS) >+ $(CC) $(CFLAGS) $(LDFLAGS) -o $(BIN) $(OBJS) > > clean : > rm -f $(BIN) $(OBJS) *~
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 331099
: 241299