mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/xz: don't override XZ_CONF_OPTS
XZ_CONF_OPTS is wrongly overridden in a conditional since commit
0dbc17abcb
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:
committed by
Yann E. MORIN
parent
83f9f0b881
commit
e389bf186f
@@ -14,9 +14,9 @@ XZ_LICENSE_FILES = COPYING COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1
|
|||||||
XZ_CPE_ID_VENDOR = tukaani
|
XZ_CPE_ID_VENDOR = tukaani
|
||||||
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
||||||
XZ_CONF_OPTS = --enable-threads
|
XZ_CONF_OPTS += --enable-threads
|
||||||
else
|
else
|
||||||
XZ_CONF_OPTS = --disable-threads
|
XZ_CONF_OPTS += --disable-threads
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# we are built before ccache
|
# we are built before ccache
|
||||||
|
|||||||
Reference in New Issue
Block a user