aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorMaciej Borzecki <maciej.borzecki@open-rnd.pl>2016-02-11 11:12:51 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:45:47 +0100
commit69f5e6e583a9e69830f13a06f7b301e4a869163b (patch)
treececd00857683407f411524ce97454337caead117 /meta-oe/recipes-devtools
parent4047e5ca84c9b61fed0512b804aded0288679cf1 (diff)
downloadmeta-openembedded-69f5e6e583a9e69830f13a06f7b301e4a869163b.tar.gz
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@open-rnd.pl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/lua/lua/lua.pc.in3
1 files changed, 1 insertions, 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 fe22016037..c27e86e85d 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}