summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2019-01-20 10:47:51 +0100
committerPeter Korsgaard <peter@korsgaard.com>2019-01-20 20:15:32 +0100
commit7de183b7702c5818b79e53ee0cb5130597035bcc (patch)
tree47c983b1e9d988010a5c8f9b579bfa1ec75f3881
parent6bf54343cdeee1d452d3bf94f7ff18430feddb40 (diff)
downloadbuildroot-7de183b7702c5818b79e53ee0cb5130597035bcc.tar.gz
buildroot-7de183b7702c5818b79e53ee0cb5130597035bcc.zip
libupnpp: remove AUTORECONF
Commit 9b551dacf74445d58aaefef349e2817e009c9d5d removed patch on configure.ac so remove uneeded LIBUPNPP_AUTORECONF Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/libupnpp/libupnpp.mk2
1 files changed, 0 insertions, 2 deletions
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
OpenPOWER on IntegriCloud