aboutsummaryrefslogtreecommitdiff
path: root/libs/libupnp/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-12-22 18:52:44 -0800
committerRosen Penev <rosenp@gmail.com>2020-12-22 19:02:29 -0800
commitf1e3b436c15797f994c470a01099b007354a45a1 (patch)
treeff582c248f2ad584f68859e6a9f37b9b5dd72207 /libs/libupnp/Makefile
parent55593507ab2552acd03e1e8fcdd01471bc7f509f (diff)
libupnp: add back autoreconf
Fixes compilation under Arch Linux as it tries to link to host libraries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libupnp/Makefile')
-rw-r--r--libs/libupnp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/libupnp/Makefile b/libs/libupnp/Makefile
index 4041d6905..15c4974e0 100644
--- a/libs/libupnp/Makefile
+++ b/libs/libupnp/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libupnp
PKG_VERSION:=1.14.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@SF/pupnp
@@ -13,6 +13,7 @@ PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:libupnp_project:libupnp
+PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1