diff mbox series

[2/2] libupnpp: remove AUTORECONF

Message ID 20190120094751.4520-2-fontaine.fabrice@gmail.com
State Accepted
Commit 7de183b7702c5818b79e53ee0cb5130597035bcc
Headers show
Series [1/2] libupnpp: fix libupnp dependency | expand

Commit Message

Fabrice Fontaine Jan. 20, 2019, 9:47 a.m. UTC
Commit 9b551dacf74445d58aaefef349e2817e009c9d5d removed patch on
configure.ac so remove uneeded LIBUPNPP_AUTORECONF

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libupnpp/libupnpp.mk | 2 --
 1 file changed, 2 deletions(-)

Comments

Peter Korsgaard Jan. 20, 2019, 7:16 p.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Commit 9b551dacf74445d58aaefef349e2817e009c9d5d removed patch on
 > configure.ac so remove uneeded LIBUPNPP_AUTORECONF

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/libupnpp/libupnpp.mk b/package/libupnpp/libupnpp.mk
index 31a066a648..3619050f10 100644
--- a/package/libupnpp/libupnpp.mk
+++ b/package/libupnpp/libupnpp.mk
@@ -11,8 +11,6 @@  LIBUPNPP_LICENSE_FILES = COPYING
 LIBUPNPP_INSTALL_STAGING = YES
 LIBUPNPP_DEPENDENCIES = expat libcurl \
 	$(if $(BR2_PACKAGE_LIBUPNP),libupnp,libupnp18)
-# We're patching configure.ac
-LIBUPNPP_AUTORECONF = YES
 
 # configure script fails to link against the dependencies of libupnp
 # and libcurl causing detection to fail when statically linking