diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-11 21:17:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-11 21:17:30 +0100 |
commit | c4c872e9cb0b113ec0d9c45371bcad1af8bd28a8 (patch) | |
tree | 2eb4456bf4c7e7d7c998a57b6aa6e028f96385eb /package/libupnp/Makefile | |
parent | 9b40c56e936152a246a4a4510907b6f092eeb09c (diff) |
convert to autotool infrastructure
Diffstat (limited to 'package/libupnp/Makefile')
-rw-r--r-- | package/libupnp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libupnp/Makefile b/package/libupnp/Makefile index ec55edfde..4b01731bc 100644 --- a/package/libupnp/Makefile +++ b/package/libupnp/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 3 PKG_MD5SUM:= 8918dcf7428cd119d0c8275765ff2833 PKG_DESCR:= The Universal Plug and Play (UPnP) SDK library PKG_SECTION:= libs +PKG_BUILDDEP:= autotool PKG_DEPENDS:= libpthread PKG_URL:= http://pupnp.sourceforge.net/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=pupnp/} @@ -20,6 +21,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBUPNP,libupnp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) +AUTOTOOL_STYLE:= autoreconf TARGET_CFLAGS:= $(filter-out -flto,$(TARGET_CFLAGS)) TARGET_CFLAGS+= -fPIC CONFIGURE_ARGS+= --disable-samples |