Files
MINGW-packages/mingw-w64-luajit-git/002-fix-pkg-config-file.patch
RiCON 3db3811c46 Updates to uchardet and luajit-git (#1846)
* uchardet: Update to release 0.0.6

* luajit-git: update and add static lib

Removing -Wl,-E prevents the warning:
`ld.exe: warning: --export-dynamic is not supported for PE+ targets, did you mean --export-all-symbols?`
2016-10-21 06:19:23 +03:00

10 lines
292 B
Diff

--- 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}