Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
First attempt to build
· b6926fbc
Andreas Tille
authored
Jun 05, 2019
b6926fbc
Get libCORE at least compiled (not linked)
· 3f194651
Andreas Tille
authored
Jun 06, 2019
3f194651
Show whitespace changes
Inline
Side-by-side
debian/patches/fix_makefiles.patch
0 → 100644
View file @
3f194651
--- a/CORE/Makefile
+++ b/CORE/Makefile
@@ -12,6 +12,12 @@
GENERATED_HEADERS= \
arb_diff.h \
arb_match.h \
+ARBHOME=..
+A_CXX=$(CXX)
+shared_cflags=-I../INCLUDE -I. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include/ -DDEBUG
+SHARED_LIB_SUFFIX=so
+MAIN=libCORE.a
+
LIB_SHARED=../lib/$(MAIN:.a=).$(SHARED_LIB_SUFFIX)
# MAIN contains .a (instead of wanted .so). Translate via do_...-target
debian/patches/series
0 → 100644
View file @
3f194651
fix_makefiles.patch