]> git.argeo.org Git - cc0/argeo-build.git/blobdiff - common.mk
Fix osgi-install
[cc0/argeo-build.git] / common.mk
index 661f94b79c6dede08c9485cbb612922398071737..2ef806336bcc267ecfe299abf0c11b49bb817970 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -2,6 +2,12 @@ build-major=2
 build-minor=3
 
 # Required third party libraries
-ECJ_BRANCH=3.33
+ECJ_BRANCH=3.32
 BNDLIB_BRANCH=5.3
 SYSLOGGER_BRANCH=$(build-major).$(build-minor)
+
+# GNU defaults
+prefix ?= /usr/local
+datarootdir ?= $(prefix)/share
+
+A2_INSTALL_TARGET ?= $(datarootdir)/a2
\ No newline at end of file