|
@@ -44,7 +44,8 @@ MAKE_FLAGS := \
|
44
|
44
|
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include -DFOSSIL_ENABLE_JSON" \
|
45
|
45
|
LDFLAGS="$(TARGET_LDFLAGS) -Wl,-rpath=$(TOOLCHAIN_DIR)/lib -L$(STAGING_DIR)/lib -L$(STAGING_DIR)/usr/lib" \
|
46
|
46
|
|
47
|
|
-undefine Build/Configure
|
|
47
|
+define Build/Configure
|
|
48
|
+endef
|
48
|
49
|
|
49
|
50
|
define Build/Compile
|
50
|
51
|
$(call Build/Compile/Default, \
|
|
@@ -52,7 +53,8 @@ define Build/Compile
|
52
|
53
|
)
|
53
|
54
|
endef
|
54
|
55
|
|
55
|
|
-undefine Build/Install
|
|
56
|
+define Build/Install
|
|
57
|
+endef
|
56
|
58
|
|
57
|
59
|
define Package/fossil/conffiles
|
58
|
60
|
/etc/config/fossil
|