summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5script
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2017-12-01 20:05:23 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-12-01 22:24:22 +0100
commit22c8b9fce95740c2d34d533110f6c2c6cfd77203 (patch)
tree4343bb15348a1f96b380cec7be69f1250b07603b /package/qt5/qt5script
parenta22ccc846734cb51a8b51097727e9e89699f3052 (diff)
downloadbuildroot-22c8b9fce95740c2d34d533110f6c2c6cfd77203.tar.gz
buildroot-22c8b9fce95740c2d34d533110f6c2c6cfd77203.zip
package/linknx: add optional dependency to libcurl again
https://git.buildroot.net/buildroot/commit/package/linknx?id=e1c9a2349006e657e76dff35706a774376921fb7 made libcurl a hard dependency to fix autoreconf. https://git.buildroot.net/buildroot/commit/package/linknx?id=b56083099f113817edc6811e2cdd820df1c80450 removed autoreconf but did not re-add libcurl as optional dependency by mistakenly assuming that libcurl is needed only for autoreconf. Tested using this defconfig: BR2_TOOLCHAIN_BUILDROOT_CXX=y BR2_PACKAGE_LIBCURL=y BR2_PACKAGE_LINKNX=y Configure log of linknx without this patch checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.52.1 checking for libcurl >= version 7.14.0... yes checking whether libcurl is usable... no and with this patch checking for curl-config... /home/buildroot/br4/output/host/i586-buildroot-linux-uclibc/sysroot/usr/bin/curl-config checking for the version of libcurl... 7.57.0 checking for libcurl >= version 7.14.0... yes checking whether libcurl is usable... yes checking for curl_free... yes Inspired by the fli4l project https://web.nettworks.org/repo/changelog/fli4l?cs=49347 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/qt5/qt5script')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud