Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193744 - dev-lang/toluapp-1.0.92 doesn't install libtolua++.so
Summary: dev-lang/toluapp-1.0.92 doesn't install libtolua++.so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-25 12:27 UTC by vyp08
Modified: 2009-07-02 14:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vyp08 2007-09-25 12:27:43 UTC
--- toluapp-1.0.92.ebuild.orig  2007-09-25 16:24:15.000000000 +0400
+++ toluapp-1.0.92.ebuild       2007-09-25 16:02:23.000000000 +0400
@@ -33,11 +33,15 @@
                LINK=$(tc-getCC) \
                prefix=${D}/usr \
                install || die
+       cd lib
+       ar -x libtolua++.a
+       libtool gcc -rpath /usr/lib -llua -o libtolua++.la *.o
 }

 src_install() {
        dobin bin/tolua++
        dolib.a lib/libtolua++.a
+       dolib lib/.libs/libtolua++.so*
        insinto /usr/include
        doins include/tolua++.h
        dodoc INSTALL README


Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-07-02 14:16:52 UTC
1.0.93 does, thanks for reporting