diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-09-28 17:13:44 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-09-28 21:53:39 +0200 |
commit | 48849055b9ca8075bc7093cb08a88e472e1dd14c (patch) | |
tree | dc95c91582a2e79c27ab1d7bb8b100b091c04cf0 | |
parent | 44522158aef46084b96dc62aac4187607ee985c3 (diff) | |
download | buildroot-48849055b9ca8075bc7093cb08a88e472e1dd14c.tar.gz buildroot-48849055b9ca8075bc7093cb08a88e472e1dd14c.zip |
package/libcurl: Remove autoreconf
When libcurl-0001-build-link-curl-to-NSS-libraries-when-NSS-support.patch
was removed the corresponding autoreconf was left behind:
http://git.buildroot.net/buildroot/commit/?id=9185b64ed5599622cb89ca4ee6ee29440b02ec8a
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/libcurl/libcurl.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk index 610efc1a5a..74584a6d98 100644 --- a/package/libcurl/libcurl.mk +++ b/package/libcurl/libcurl.mk @@ -14,8 +14,6 @@ LIBCURL_DEPENDENCIES = host-pkgconf \ LIBCURL_LICENSE = ICS LIBCURL_LICENSE_FILES = COPYING LIBCURL_INSTALL_STAGING = YES -# For libcurl-0001-build-link-curl-to-NSS-libraries-when-NSS-support.patch -LIBCURL_AUTORECONF = YES # We disable NTLM support because it uses fork(), which doesn't work # on non-MMU platforms. Moreover, this authentication method is |