[packages] vips: Fix a typo in configure arguments (#11875)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32771 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2012-07-17 17:25:29 +00:00
parent a16b4a5532
commit 6759f2b2d6

View File

@ -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 \