mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #873 from jow-/umurmur-autoconf-fix
umurmur: use generic autoreconf fixup
This commit is contained in:
@@ -17,6 +17,7 @@ PKG_SOURCE_PROTO:=git
|
|||||||
PKG_SOURCE_VERSION:=f66c0c3d630aaff1c4d589bc4d884067f00b6529
|
PKG_SOURCE_VERSION:=f66c0c3d630aaff1c4d589bc4d884067f00b6529
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
PKG_FIXUP:=autoreconf
|
||||||
|
|
||||||
PKG_MAINTAINER:=Martin Johansson <martin@fatbob.nu>
|
PKG_MAINTAINER:=Martin Johansson <martin@fatbob.nu>
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
@@ -70,11 +71,6 @@ define Build/Compile
|
|||||||
$(MAKE) -C $(PKG_BUILD_DIR)/src all
|
$(MAKE) -C $(PKG_BUILD_DIR)/src all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
cd $(PKG_BUILD_DIR) && ./autogen.sh
|
|
||||||
$(call Build/Configure/Default)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/umurmur-openssl/conffiles
|
define Package/umurmur-openssl/conffiles
|
||||||
/etc/umurmur.conf
|
/etc/umurmur.conf
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user