forked from pool/lua51
f00e1d757f
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
14 lines
338 B
Diff
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)
|