projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5559350
)
libupnp: add back autoreconf
author
Rosen Penev
<rosenp@gmail.com>
Wed, 23 Dec 2020 02:52:44 +0000
(18:52 -0800)
committer
Rosen Penev
<rosenp@gmail.com>
Wed, 23 Dec 2020 03:02:29 +0000
(19:02 -0800)
Fixes compilation under Arch Linux as it tries to link to host
libraries.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/libupnp/Makefile
patch
|
blob
|
history
diff --git
a/libs/libupnp/Makefile
b/libs/libupnp/Makefile
index 4041d69054569b0dde060376a1b98a175391d5be..15c4974e0d5d309227cf22360a024d7760cc99b5 100644
(file)
--- 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