From: Vasilis Tsiligiannis Date: Tue, 17 Jul 2012 17:25:29 +0000 (+0000) Subject: vips: Fix a typo in configure arguments (#11875) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f2e5e1d86901f24a4d557d868b9c14ff1607481a;p=openwrt%2Fsvn-archive%2Fpackages.git vips: Fix a typo in configure arguments (#11875) SVN-Revision: 32771 --- diff --git a/libs/vips/Makefile b/libs/vips/Makefile index 785a8a276..69dff4191 100644 --- a/libs/vips/Makefile +++ b/libs/vips/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vips PKG_VERSION:=7.28.9 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.vips.ecs.soton.ac.uk/supported/7.28/ @@ -37,7 +37,7 @@ CONFIGURE_ARGS += \ --disable-cxx \ --disable-threads \ --without-cfitsio \ - --without-fftw3 \ + --without-fftw \ --without-lcms \ --without-magick \ --without-matio \