Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
@@ -8,14 +8,10 @@ ZNC_VERSION = 1.8.2
|
||||
ZNC_SITE = http://znc.in/releases/archive
|
||||
ZNC_LICENSE = Apache-2.0
|
||||
ZNC_LICENSE_FILES = LICENSE
|
||||
ZNC_CPE_ID_VENDOR = znc
|
||||
ZNC_DEPENDENCIES = host-pkgconf
|
||||
ZNC_CONF_OPTS = -DWANT_CYRUS=OFF -DWANT_I18N=OFF -DWANT_PERL=OFF
|
||||
|
||||
# Before CMake 3.10, passing THREADS_PTHREAD_ARG=OFF was needed to
|
||||
# disable a try_run() call in the FindThreads tests, which caused a
|
||||
# build failure when cross-compiling.
|
||||
ZNC_CONF_OPTS += -DTHREADS_PTHREAD_ARG=OFF
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ICU),y)
|
||||
ZNC_DEPENDENCIES += icu
|
||||
ZNC_CONF_OPTS += -DWANT_ICU=ON
|
||||
|
||||
Reference in New Issue
Block a user