Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 149653
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Donnie Berkholz <dberkholz@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 149653 depends on: Show dependency tree
Bug 149653 blocks: 129413
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-30 13:52 0000
files/nbd-2.8.2-gznbd.patch should have LDFLAGS after the object.

+   $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)

rather than before

+   $(CC) $(CFLAGS) $(LDFLAGS) $< -o $@

------- Comment #1 From SpanKY 2006-09-30 13:56:29 0000 -------
erm, not quite ... problem is that LDFLAGS should not contain libs

------- Comment #2 From Donnie Berkholz 2006-09-30 13:58:52 0000 -------
Fix it up however you want, this worked for me. Make a new LIBS var if you like
for -lz, and tag that after.

------- Comment #3 From SpanKY 2006-09-30 14:02:46 0000 -------
fixed patch to use LDLIBS and to use implicit make rules (which handles
LDFLAGS/LDLIBS ordering)

------- Comment #4 From Donnie Berkholz 2006-09-30 14:41:39 0000 -------
Great, thanks!

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug