[packages/exact-image] - php install fix - no reason to disable lua/perl/python on x86_64

qboosh qboosh at pld-linux.org
Tue Oct 21 22:11:29 CEST 2014


commit 84d02486204bc99bb4d5b9b0e1c4278359fc7c98
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Oct 21 22:12:17 2014 +0200

    - php install fix
    - no reason to disable lua/perl/python on x86_64

 exact-image.spec | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/exact-image.spec b/exact-image.spec
index 0c2b098..9af6273 100644
--- a/exact-image.spec
+++ b/exact-image.spec
@@ -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=
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/exact-image.git/commitdiff/84d02486204bc99bb4d5b9b0e1c4278359fc7c98



More information about the pld-cvs-commit mailing list