commit 450163d5c34839feec2c41d638319f079f7399f1
parent 881f9d01072414524cb8ba6b152635effa7a9013
Author: Jo-Philipp Wich <jow@openwrt.org>
Date: Sun, 11 Jan 2015 18:17:04 +0100
Merge pull request #766 from jow-/protobuf-c-autoreconf
protobuf-c: use generic autoreconf fixup
Diffstat:
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile
@@ -18,6 +18,7 @@ PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=$(PKG_VERSION)
PKG_INSTALL:=1
+PKG_FIXUP:=autoreconf
PKG_LICENSE:=BSD-2c
@@ -44,11 +45,6 @@ CONFIGURE_ARGS += \
--enable-static \
--disable-protoc
-define Build/Configure
- cd $(PKG_BUILD_DIR) && ./autogen.sh
- $(call Build/Configure/Default)
-endef
-
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/