Use the generic autoreconf facility to pickup proper variants of
autoconf, automake and libtool.
Remove the unneeded Build/Configure override.
Signed-off-by: Jo-Philipp Wich <[email protected]>
PKG_SOURCE_VERSION:=f66c0c3d630aaff1c4d589bc4d884067f00b6529
PKG_INSTALL:=1
+PKG_FIXUP:=autoreconf
PKG_LICENSE:=BSD-3-Clause
$(MAKE) -C $(PKG_BUILD_DIR)/src all
endef
-define Build/Configure
- cd $(PKG_BUILD_DIR) && ./autogen.sh
- $(call Build/Configure/Default)
-endef
-
define Package/umurmur-openssl/conffiles
/etc/umurmur.conf
endef