]> git.pld-linux.org Git - packages/exact-image.git/commitdiff
- php install fix
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Oct 2014 20:12:17 +0000 (22:12 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 21 Oct 2014 20:12:17 +0000 (22:12 +0200)
- no reason to disable lua/perl/python on x86_64

exact-image.spec

index 0c2b098a1733a29995e278d58e1b108f4ca421b2..9af62732ad5462fcc9c61141671961024f60309a 100644 (file)
@@ -9,11 +9,6 @@
 %bcond_without python  # Python API
 %bcond_with    ruby    # Ruby API [not finished as of 0.8.9]
 
-%ifarch %{x8664}
-%undefine      with_lua
-%undefine      with_perl
-%undefine      with_python
-%endif
 %define                php_name        php%{?php_suffix}
 %include       /usr/lib/rpm/macros.perl
 Summary:       A fast, modern and generic image processing library
@@ -146,7 +141,7 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        PERL_INSTALLDIR=%{perl_vendorarch} \
-       PHP_INSTALLDIR=%{_libdir}/php \
+       PHP_INSTALLDIR=%{php_extensiondir} \
        PYTHON_LIBDIR=%{py_sitedir} \
        api/lua/libdir=%{_libdir}/lua \
        Q=
This page took 0.070047 seconds and 4 git commands to generate.