diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-29 15:54:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-29 15:54:41 +0100 |
commit | 12f0413ad395a2bbac078e7aeb251c01fb402b62 (patch) | |
tree | 1037130544b2564b2960d338b988c24cb27b4aa6 /package/rpcbind/Makefile | |
parent | f4581f42e7e287aff1148da47e490830aa929ea4 (diff) |
rpcbind: convert to autotool infrastructure
Diffstat (limited to 'package/rpcbind/Makefile')
-rw-r--r-- | package/rpcbind/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/rpcbind/Makefile b/package/rpcbind/Makefile index db4930df1..f7aae1d38 100644 --- a/package/rpcbind/Makefile +++ b/package/rpcbind/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:= rpcbind PKG_VERSION:= 0.2.0 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_MD5SUM:= 1a77ddb1aaea8099ab19c351eeb26316 PKG_DESCR:= converts RPC program numbers into universal addresses PKG_SECTION:= net/misc PKG_DEPENDS:= libtirpc -PKG_BUILDDEP:= libtirpc +PKG_BUILDDEP:= libtirpc autotool PKG_URL:= http://sourceforge.net/projects/rpcbind/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=rpcbind/} @@ -20,6 +20,7 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,RPCBIND,rpcbind,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +AUTOTOOL_STYLE:= autoreconf TARGET_CPPFLAGS+= -I${STAGING_TARGET_DIR}/usr/include/tirpc CONFIGURE_ARGS+= --disable-libwrap |