lua51/lua51-5.1.5-pkgconfig.patch
Tomáš Chvátal f00e1d757f Accepting request 204414 from devel:languages:misc
Add -ldl to lua.pc (new patch)
Refresh lua51-5.1.5-module-path.diff patch (forwarded request 204313 from ptrommler)

OBS-URL: https://build.opensuse.org/request/show/204414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua51?expand=0&rev=10
2013-10-23 17:23:40 +00:00

14 lines
338 B
Diff

Index: lua-5.1.5/etc/lua.pc
===================================================================
--- lua-5.1.5.orig/etc/lua.pc
+++ lua-5.1.5/etc/lua.pc
@@ -25,7 +25,7 @@ Name: Lua
Description: An Extensible Extension Language
Version: ${R}
Requires:
-Libs: -llua -lm
+Libs: -llua -lm -ldl
Cflags: -I${includedir}
# (end of lua.pc)