summarylogtreecommitdiffstats
path: root/002-fix-pkg-config-file.patch
blob: f62059d33b8c10d5ea04eef38c1f75151cc8ec17 (plain)
1
2
3
4
5
6
7
8
9
--- luajit/etc/luajit.pc.orig	2015-07-13 09:32:17.569800000 +0300
+++ luajit/etc/luajit.pc	2015-07-13 09:32:22.858200000 +0300
@@ -21,5 +21,5 @@
 Version: ${version}
 Requires:
 Libs: -L${libdir} -l${libname}
-Libs.private: -Wl,-E -lm -ldl
+Libs.private: -lm -liconv
 Cflags: -I${includedir}