Files
MINGW-packages/mingw-w64-creduce/002-fix-linking.patch
2018-11-30 13:43:39 +03:00

21 lines
756 B
Diff

--- creduce-creduce-2.8.0/clang_delta/Makefile.am.orig 2018-11-30 13:21:36.387467700 +0300
+++ creduce-creduce-2.8.0/clang_delta/Makefile.am 2018-11-30 13:21:59.943509100 +0300
@@ -135,6 +135,7 @@
-lclangRewriteFrontend -lclangRewrite -lclangAST -lclangBasic -lclangEdit -lclangLex \
-lclangARCMigrate \
$(LLVMLIBS) \
+ -lversion \
$(CLANG_LDFLAGS) \
$(LLVMLDFLAGS)
--- creduce-creduce-2.8.0/clang_delta/Makefile.in.orig 2018-11-30 13:30:32.147610000 +0300
+++ creduce-creduce-2.8.0/clang_delta/Makefile.in 2018-11-30 13:30:35.033615100 +0300
@@ -582,6 +582,7 @@
-lclangRewriteFrontend -lclangRewrite -lclangAST -lclangBasic -lclangEdit -lclangLex \
-lclangARCMigrate \
$(LLVMLIBS) \
+ -lversion \
$(CLANG_LDFLAGS) \
$(LLVMLDFLAGS)