projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6343dcf
)
vips: Fix a typo in configure arguments (#11875)
author
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Tue, 17 Jul 2012 17:25:29 +0000
(17:25 +0000)
committer
Vasilis Tsiligiannis
<acinonyx@openwrt.gr>
Tue, 17 Jul 2012 17:25:29 +0000
(17:25 +0000)
SVN-Revision: 32771
libs/vips/Makefile
patch
|
blob
|
history
diff --git
a/libs/vips/Makefile
b/libs/vips/Makefile
index 785a8a27634d4992645ae60f0e91045fb0bb5bae..69dff4191bfab12b077209dbb518e98ad595485f 100644
(file)
--- 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-fftw
3
\
+ --without-fftw \
--without-lcms \
--without-magick \
--without-matio \