Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
This commit is contained in:
@@ -68,9 +68,9 @@ else
|
||||
LIBVIPS_CONF_OPTS += --without-tiff
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FFTW),y)
|
||||
ifeq ($(BR2_PACKAGE_FFTW_DOUBLE),y)
|
||||
LIBVIPS_CONF_OPTS += --with-fftw
|
||||
LIBVIPS_DEPENDENCIES += fftw
|
||||
LIBVIPS_DEPENDENCIES += fftw-double
|
||||
else
|
||||
LIBVIPS_CONF_OPTS += --without-fftw
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user