]> git.pld-linux.org Git - packages/php-pecl-sasl.git/commitdiff
- added lib_fix.patch (try to find dynamic libraries, not static ones)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 8 Aug 2004 09:57:40 +0000 (09:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-sasl.spec -> 1.2

php-pecl-sasl.spec

index 5f1dc4b2422cf574478a1df606edc2ed8e12a9b2..2efb2323c756c04233c2fccd3e5081fc2d5ff5f5 100644 (file)
@@ -10,6 +10,7 @@ License:      PHP 2.02
 Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{_modname}-%{version}.tgz
 # Source0-md5: 8431731cc8a7921a2922af23a57a572f
+Patch0:                %{name}-lib_fix.patch
 URL:           http://pecl.php.net/package/sasl/
 BuildRequires: cyrus-sasl-devel
 BuildRequires: libtool
@@ -39,6 +40,7 @@ In PECL status of this extension is: %{_status}.
 
 %prep
 %setup -q -c
+%patch0 -p1
 
 %build
 cd %{_modname}-%{version}
This page took 0.040762 seconds and 4 git commands to generate.