commit 726e9dcafd3645928b8ca338e6ef4691cb699350
parent bea311fd7feeb67fc8429373d3a9842771d224ba
Author: Luka Perkov <luka.perkov@sartura.hr>
Date: Tue, 10 Nov 2015 01:33:21 +0100
Merge pull request #1914 from sairon/fossil-fix-makefile
fossil: fix Makefile for GNU Make < 3.82
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/net/fossil/Makefile b/net/fossil/Makefile
@@ -44,7 +44,8 @@ MAKE_FLAGS := \
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -DFOSSIL_ENABLE_JSON" \
LDFLAGS="$(TARGET_LDFLAGS) -Wl,-rpath=$(TOOLCHAIN_DIR)/lib -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \
-undefine Build/Configure
+define Build/Configure
+endef
define Build/Compile
$(call Build/Compile/Default, \
@@ -52,7 +53,8 @@ define Build/Compile
)
endef
-undefine Build/Install
+define Build/Install
+endef
define Package/fossil/conffiles
/etc/config/fossil