Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 304315 Details for
Bug 406997
dev-lang/lua-5.2.0 does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Set SYSLDFLAGS, clean up
lua-5.2.0.ebuild.patch (text/plain), 992 bytes, created by
Jeroen Roovers (RETIRED)
on 2012-03-05 16:29:44 UTC
(
hide
)
Description:
Set SYSLDFLAGS, clean up
Filename:
MIME Type:
Creator:
Jeroen Roovers (RETIRED)
Created:
2012-03-05 16:29:44 UTC
Size:
992 bytes
patch
obsolete
>Index: lua-5.2.0.ebuild >=================================================================== >RCS file: /var/cvsroot/gentoo-x86/dev-lang/lua/lua-5.2.0.ebuild,v >retrieving revision 1.1 >diff -u -B -r1.1 lua-5.2.0.ebuild >--- lua-5.2.0.ebuild 4 Mar 2012 22:58:29 -0000 1.1 >+++ lua-5.2.0.ebuild 5 Mar 2012 16:28:47 -0000 >@@ -56,8 +56,6 @@ > } > > src_compile() { >- tc-export CC >- myflags= > # what to link to liblua > liblibs="-lm" > liblibs="${liblibs} $(dlopen_lib)" >@@ -73,12 +71,14 @@ > local legacy="" > use deprecated && legacy="-DLUA_COMPAT_ALL" > >- emake CC="${CC}" CFLAGS="-DLUA_USE_LINUX ${legacy} ${CFLAGS}" \ >- RPATH="${EPREFIX}/usr/$(get_libdir)/" \ >- LUA_LIBS="${mylibs}" \ >- LIB_LIBS="${liblibs}" \ >- V=${PV} \ >- gentoo_all || die "emake failed" >+ emake \ >+ CFLAGS="${CFLAGS}" \ >+ SYSLDFLAGS="${LDFLAGS}" \ >+ RPATH="${EPREFIX}/usr/$(get_libdir)/" \ >+ LUA_LIBS="${mylibs}" \ >+ LIB_LIBS="${liblibs}" \ >+ V=${PV} \ >+ gentoo_all || die "emake failed" > } > > src_install() {
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 406997
:
304311
|
304315
|
304317