diff options
author | Maciej Borzecki <maciej.borzecki@open-rnd.pl> | 2016-02-11 11:12:51 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-25 17:45:47 +0100 |
commit | 69f5e6e583a9e69830f13a06f7b301e4a869163b (patch) | |
tree | cecd00857683407f411524ce97454337caead117 /meta-oe | |
parent | 4047e5ca84c9b61fed0512b804aded0288679cf1 (diff) | |
download | meta-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')
-rw-r--r-- | meta-oe/recipes-devtools/lua/lua/lua.pc.in | 3 |
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 fe2201603..c27e86e85 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 | |||
6 | Description: Lua language engine | 6 | Description: Lua language engine |
7 | Version: @VERSION@ | 7 | Version: @VERSION@ |
8 | Requires: | 8 | Requires: |
9 | Libs: -L${libdir} -llua | 9 | Libs: -L${libdir} -llua -lm -ldl |
10 | Libs.private: -lm | ||
11 | Cflags: -I${includedir} | 10 | Cflags: -I${includedir} |