]> git.pld-linux.org Git - packages/php-pecl-sasl.git/commitdiff
- one more try to build this on amd64
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 8 Aug 2004 10:21:16 +0000 (10:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-sasl.spec -> 1.5

php-pecl-sasl.spec

index 065bec87cccff449a7795ccbef322394649a874b..f17b7c1f95ebcafc1e9f28ca577ebfe5dbc14fc8 100644 (file)
@@ -11,6 +11,7 @@ Group:                Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{_modname}-%{version}.tgz
 # Source0-md5: 8431731cc8a7921a2922af23a57a572f
 Patch0:                %{name}-lib_fix.patch
+Patch1:                %{name}-lib64_fix.patch
 URL:           http://pecl.php.net/package/sasl/
 BuildRequires: cyrus-sasl-devel
 BuildRequires: libtool
@@ -40,12 +41,17 @@ In PECL status of this extension is: %{_status}.
 
 %prep
 %setup -q -c
+# Ugly, could be done somehow prettier (one combined patch?)
+%ifnarch amd64
 %patch0 -p1
+%else
+%patch1 -p1
+%endif
 
 %build
 cd %{_modname}-%{version}
 phpize
-LDFLAGS="%{_rpmldflags} -L%{_libdir}" %configure
+%configure
 %{__make}
 
 %install
This page took 0.09033 seconds and 4 git commands to generate.