Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 262077 Details for
Bug 350742
[patch] =sys-block/iscsitarget-1.4.20.2 does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
iscsitarget-1.4.20.2-respect-flags.patch
iscsitarget-1.4.20.2-respect-flags.patch (text/plain), 878 bytes, created by
Stefan Behte (RETIRED)
on 2011-02-10 19:50:17 UTC
(
hide
)
Description:
iscsitarget-1.4.20.2-respect-flags.patch
Filename:
MIME Type:
Creator:
Stefan Behte (RETIRED)
Created:
2011-02-10 19:50:17 UTC
Size:
878 bytes
patch
obsolete
>--- a/Makefile >+++ b/Makefile >@@ -26,7 +26,7 @@ > endif > endif > >-KVER := $(shell $(CC) $(CFLAGS) -E -dM $(VERSION_FILE) | \ >+KVER := $(shell $(CC) $(CFLAGS) $(LDFLAGS) -E -dM $(VERSION_FILE) | \ > grep UTS_RELEASE | awk '{ print $$3 }' | sed 's/\"//g') > > KMOD := /lib/modules/$(KVER)/extra >--- a/usr/Makefile >+++ b/usr/Makefile >@@ -1,4 +1,4 @@ >-CFLAGS += -O2 -fno-inline -Wall -Wstrict-prototypes -g -I../include >+CFLAGS += -fno-inline -Wall -Wstrict-prototypes -I../include > CFLAGS += -D_GNU_SOURCE # required for glibc >= 2.8 > PROGRAMS = ietd ietadm > LIBS = >@@ -7,10 +7,10 @@ > > ietd: ietd.o iscsid.o conn.o session.o target.o message.o ctldev.o log.o chap.o event.o param.o plain.o isns.o md5.o sha1.o > >- $(CC) $^ -o $@ $(LIBS) >+ $(CC) $(LDFLAGS) $^ -o $@ $(LIBS) > > ietadm: ietadm.o param.o >- $(CC) $^ -o $@ >+ $(CC) $(LDFLAGS) $^ -o $@ > > clean: > rm -f *.o $(PROGRAMS)
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 350742
:
258981
|
262075
| 262077