* 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?`
10 lines
292 B
Diff
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}
|