]> git.pld-linux.org Git - packages/exact-image.git/commitdiff
- disabled APIs that don't build, they're not packaged anyway
authorTomasz Pala <gotar@pld-linux.org>
Fri, 13 May 2011 22:58:26 +0000 (22:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exact-image.spec -> 1.3

exact-image.spec

index 4adf8843b57102bdccf4bd39dbea6f51be56acae..08136b539ea57638fcd2b6869555cf7497a212ef 100644 (file)
@@ -37,7 +37,10 @@ alternative to ImageMagick.
 %patch0 -p1
 
 %build
-./configure --prefix=%{_prefix} --without-libpng
+./configure --prefix=%{_prefix} --without-libpng --without-php \
+%ifarch %{x8664}
+       --without-lua --without-perl --without-python
+%endif
 %{__make} \
        CFLAGS="%{rpmcflags}" \
        CXXFLAGS="%{rpmcflags}"
This page took 0.088169 seconds and 4 git commands to generate.