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

git at git.openembedded.org git at git.openembedded.org
Sun Feb 14 12:05:49 UTC 2016


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

commit 65f308288d8b098e87dd030ec962a36231d7c663
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