package/znc: drop cmake workaround
Drop workaround for cmake < 3.10 (not needed since commit
d4773b610a
)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
c13de92460
commit
bd3af0a2d2
@ -12,11 +12,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user