Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82675 Details for
Bug 126977
sys-libs/pwdb: updated patch to respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pwdb-0.62-use-gcc-as-linker.patch
pwdb-0.62-use-gcc-as-linker.patch (text/plain), 432 bytes, created by
Diego Elio Pettenò (RETIRED)
on 2006-03-20 09:09:36 UTC
(
hide
)
Description:
pwdb-0.62-use-gcc-as-linker.patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2006-03-20 09:09:36 UTC
Size:
432 bytes
patch
obsolete
>--- pwdb-0.62/libpwdb/Makefile 2003-03-24 09:42:42.000000000 +0000 >+++ pwdb-0.62/libpwdb/Makefile 2003-03-24 09:34:04.000000000 +0000 >@@ -50,7 +50,7 @@ > > > $(LIBDYNAME): $(LIBOBJ) >- $(LD) -soname $(LIBSONAME) -x -shared -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc >+ $(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,$(LIBSONAME) -Wl,-x -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc > @ln -sf $(LIBFILENAME) $@ > > $(LIBSTATIC): $(LIBOBJ)
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 126977
: 82675