package/libdill: bump to latest git commit
This bump will fix the following openssl static build failure raised since the addition of the package in commitd4b13b2102
thanks tob3b81d2c7b
: checking for SSL_ctrl in -lssl... no configure: error: libssl not found; install OpenSSL Fixes: - http://autobuild.buildroot.org/results/0b5c1f8675d218e0abf57b4d46428fe06e28431e Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c00fa1062e
commit
106e2b448c
@ -1,3 +1,3 @@
|
||||
# sha256 locally computed
|
||||
sha256 6df7527e8f1e91f5106c21c5bfeaa69eee470bec476c74585143e3e439864404 libdill-fa01648cf2a8d06e53c965b45eeacfb3ac57bd04.tar.gz
|
||||
sha256 a883a38d4073f43612b3221f908428ce9f663f940e5dd89c8dfad14058890380 libdill-32d0e8b733416208e0412a56490332772bc5c6e1.tar.gz
|
||||
sha256 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6 COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBDILL_VERSION = fa01648cf2a8d06e53c965b45eeacfb3ac57bd04
|
||||
LIBDILL_VERSION = 32d0e8b733416208e0412a56490332772bc5c6e1
|
||||
LIBDILL_SITE = $(call github,sustrik,libdill,$(LIBDILL_VERSION))
|
||||
LIBDILL_LICENSE = MIT
|
||||
LIBDILL_LICENSE_FILES = COPYING
|
||||
@ -19,7 +19,7 @@ LIBDILL_CONF_OPTS += --disable-threads
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
LIBDILL_DEPENDENCIES += openssl
|
||||
LIBDILL_DEPENDENCIES += host-pkgconf openssl
|
||||
LIBDILL_CONF_OPTS += --enable-tls
|
||||
else
|
||||
LIBDILL_CONF_OPTS += --disable-tls
|
||||
|
Loading…
Reference in New Issue
Block a user