Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 82574 Details for
Bug 126827
net-libs/liblockfile: patch to respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
liblockfile-1.06-respectflags.patch
liblockfile-1.06-respectflags.patch (text/plain), 665 bytes, created by
Diego Elio Pettenò (RETIRED)
on 2006-03-19 09:29:03 UTC
(
hide
)
Description:
liblockfile-1.06-respectflags.patch
Filename:
MIME Type:
Creator:
Diego Elio Pettenò (RETIRED)
Created:
2006-03-19 09:29:03 UTC
Size:
665 bytes
patch
obsolete
>Index: liblockfile-1.06/Makefile.in >=================================================================== >--- liblockfile-1.06.orig/Makefile.in >+++ liblockfile-1.06/Makefile.in >@@ -32,11 +32,11 @@ liblockfile.a: lockfile.o > ar rv liblockfile.a lockfile.o > > liblockfile.so: liblockfile.a >- $(CC) -fPIC -shared -Wl,-soname,liblockfile.so.1 \ >+ $(CC) $(LDFLAGS) -fPIC -shared -Wl,-soname,liblockfile.so.1 \ > -o liblockfile.so lockfile.o -lc > > nfslock.so.$(VER): nfslock.o >- $(CC) -fPIC -shared -Wl,-soname,nfslock.so.0 \ >+ $(CC) $(LDFLAGS) -fPIC -shared -Wl,-soname,nfslock.so.0 \ > -o nfslock.so.$(NVER) nfslock.o > > dotlockfile: dotlockfile.o xlockfile.o
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 126827
: 82574