[oe-commits] [meta-openembedded] 45/141: lua: update Libs in lua.pc

git at git.openembedded.org git at git.openembedded.org
Wed Feb 24 13:08:39 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit cc1a59710b69e8cec966b894261b9c0d47120b0f
Author: Maciej Borzecki <maciej.borzecki at open-rnd.pl>
AuthorDate: Thu Feb 11 11:12:51 2016 +0100

    lua: update Libs in lua.pc
    
    Update Libs in lua.pc so that pkg-config --libs gives the correct list
    of libraries for linking. This makes us effectively list the same
    libraries as Fedora does.
    
    Signed-off-by: Maciej Borzecki <maciej.borzecki at open-rnd.pl>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-devtools/lua/lua/lua.pc.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-oe/recipes-devtools/lua/lua/lua.pc.in b/meta-oe/recipes-devtools/lua/lua/lua.pc.in
index fe22016..c27e86e 100644
--- a/meta-oe/recipes-devtools/lua/lua/lua.pc.in
+++ b/meta-oe/recipes-devtools/lua/lua/lua.pc.in
@@ -6,6 +6,5 @@ Name: Lua
 Description: Lua language engine
 Version: @VERSION@
 Requires:
-Libs: -L${libdir} -llua
-Libs.private: -lm
+Libs: -L${libdir} -llua -lm -ldl
 Cflags: -I${includedir}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list