[oe] [meta-oe][PATCH 2/2] lua: update Libs in lua.pc

Maciej Borzecki maciej.borzecki at open-rnd.pl
Wed Feb 10 14:44:25 UTC 2016


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>
---
 meta-oe/recipes-devtools/lua/lua/lua.pc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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




More information about the Openembedded-devel mailing list