imagemagick: disbale lzma support
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Feb 2014 21:14:00 +0000 (21:14 +0000)
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 21 Feb 2014 21:14:00 +0000 (21:14 +0000)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@39661 3c298f89-4303-0410-b956-a3cf2f4a3e73

multimedia/imagemagick/Makefile

index 28a6bff..4d86596 100644 (file)
@@ -94,7 +94,8 @@ CONFIGURE_ARGS += \
        --without-fftw \
        --without-xml \
        --without-x \
-       --without-magick-plus-plus
+       --without-magick-plus-plus \
+       --without-lzma
 
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \