|
@@ -17,6 +17,7 @@ PKG_SOURCE_PROTO:=git
|
17
|
17
|
PKG_SOURCE_VERSION:=f66c0c3d630aaff1c4d589bc4d884067f00b6529
|
18
|
18
|
|
19
|
19
|
PKG_INSTALL:=1
|
|
20
|
+PKG_FIXUP:=autoreconf
|
20
|
21
|
|
21
|
22
|
PKG_MAINTAINER:=Martin Johansson <martin@fatbob.nu>
|
22
|
23
|
PKG_LICENSE:=BSD-3-Clause
|
|
@@ -70,11 +71,6 @@ define Build/Compile
|
70
|
71
|
$(MAKE) -C $(PKG_BUILD_DIR)/src all
|
71
|
72
|
endef
|
72
|
73
|
|
73
|
|
-define Build/Configure
|
74
|
|
- cd $(PKG_BUILD_DIR) && ./autogen.sh
|
75
|
|
- $(call Build/Configure/Default)
|
76
|
|
-endef
|
77
|
|
-
|
78
|
74
|
define Package/umurmur-openssl/conffiles
|
79
|
75
|
/etc/umurmur.conf
|
80
|
76
|
endef
|