Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 273095 Details for
Bug 367087
=dev-lua/LuaBitOp-1.0.1-r1 does not respect LDFLAGS ( only --hash-style=gnu )
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to LuaBitOp to respect LDFLAGS
LuaBitOp-ldflags.patch (text/plain), 376 bytes, created by
Alexander Stein
on 2011-05-13 16:39:09 UTC
(
hide
)
Description:
patch to LuaBitOp to respect LDFLAGS
Filename:
MIME Type:
Creator:
Alexander Stein
Created:
2011-05-13 16:39:09 UTC
Size:
376 bytes
patch
obsolete
>Index: LuaBitOp-1.0.1/Makefile >=================================================================== >--- LuaBitOp-1.0.1.orig/Makefile >+++ LuaBitOp-1.0.1/Makefile >@@ -14,7 +14,7 @@ LUA= lua > > CC= gcc > SOCFLAGS= -fPIC >-SOCC= $(CC) -shared $(SOCFLAGS) >+SOCC= $(CC) -shared $(SOCFLAGS) $(LDFLAGS) > CFLAGS += -Wall $(SOCFLAGS) $(DEFINES) $(INCLUDES) > RM= rm -f > INSTALL= install -p
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 367087
:
273059
| 273095 |
273099