mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/znc: set WANT_SWIG
Set WANT_SWIG={ON,OFF} to {en,dis}able swig and avoid a random build
failures probably due to parallel build issue when extracting
pre-generated tarball:
CMake Error: Problem with archive_write_header(): Can't unlink already-existing object
CMake Error: Current file: swigpyrun.h
CMake Error: Problem extracting tar: /usr/lfs/hdd_v1/rc-buildroot-test/scripts/instance-0/output/build/znc-1.7.5/modules/modpython/generated.tar.gz
This tarball contains pre-generated files, and is not used when
host-swig is available.
Fixes:
- http://autobuild.buildroot.org/results/f3394de616cea4f474b6d5887aa0d5f5dff05281
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
89a82e7210
commit
7bf2caea3f
@@ -42,9 +42,12 @@ ifeq ($(BR2_PACKAGE_ICU)$(BR2_PACKAGE_PYTHON3),yy)
|
||||
ZNC_DEPENDENCIES += python3 host-swig
|
||||
ZNC_CONF_OPTS += \
|
||||
-DWANT_PYTHON=ON \
|
||||
-DWANT_PYTHON_VERSION=python3
|
||||
-DWANT_PYTHON_VERSION=python3 \
|
||||
-DWANT_SWIG=ON
|
||||
else
|
||||
ZNC_CONF_OPTS += -DWANT_PYTHON=OFF
|
||||
ZNC_CONF_OPTS += \
|
||||
-DWANT_PYTHON=OFF \
|
||||
-DWANT_SWIG=OFF
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
|
||||
Reference in New Issue
Block a user