Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 182518 Details for
Bug 259569
sys-fs/device-mapper ebuild fails with unresolved symbols with --as-needed and --no-undefined
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile patch to fix link order
device-mapper-1.02.28-makefile.diff (text/plain), 435 bytes, created by
James C. Georgas
on 2009-02-19 08:34:21 UTC
(
hide
)
Description:
Makefile patch to fix link order
Filename:
MIME Type:
Creator:
James C. Georgas
Created:
2009-02-19 08:34:21 UTC
Size:
435 bytes
patch
obsolete
>--- device-mapper.1.02.28.orig/dmeventd/Makefile.in 2008-06-27 09:36:51.000000000 -0600 >+++ device-mapper.1.02.28/dmeventd/Makefile.in 2009-02-19 00:21:18.000000000 -0700 >@@ -31,8 +31,7 @@ > > include ../make.tmpl > >-LDFLAGS += -ldl -ldevmapper -lpthread >-CLDFLAGS += -ldl -ldevmapper -lpthread >+LIBS += -ldl -ldevmapper -lpthread > > dmeventd: $(LIB_SHARED) $(VERSIONED_SHLIB) dmeventd.o > $(CC) -o $@ dmeventd.o $(CFLAGS) $(LDFLAGS) \
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 259569
: 182518 |
182520