diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/libjpeg-turbo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libjpeg-turbo/Makefile b/package/libjpeg-turbo/Makefile index f0a3e0ce3..09bdee865 100644 --- a/package/libjpeg-turbo/Makefile +++ b/package/libjpeg-turbo/Makefile @@ -31,6 +31,7 @@ CONFIGURE_ARGS+= --without-simd endif CONFIGURE_ARGS+= --with-pic +HOST_CONFIGURE_ARGS+= --without-simd libjpeg-turbo-install: $(INSTALL_DIR) $(IDIR_LIBJPEG_TURBO)/usr/lib |