From 69f5e6e583a9e69830f13a06f7b301e4a869163b Mon Sep 17 00:00:00 2001 From: Maciej Borzecki Date: Thu, 11 Feb 2016 11:12:51 +0100 Subject: [PATCH] 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 Signed-off-by: Martin Jansa --- 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 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}