]> git.pld-linux.org Git - packages/php-xcache.git/commitdiff
- add m4 patch, build still broken
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 18 Feb 2007 01:52:48 +0000 (01:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-xcache.spec -> 1.10

php-xcache.spec

index 52a719c92797e2944d2a94e44250212eb7a4bb3b..9f96792c3eeadf8df68ef4f5019602dcb22f6236 100644 (file)
@@ -9,6 +9,7 @@ Group:          Development/Languages/PHP
 URL:           http://xcache.lighttpd.net/
 Source0:       http://210.51.190.228/pub/XCache/Releases/xcache-%{version}.tar.bz2
 # Source0-md5: ffeaa9547037e098d9b041eb9741b51e
+Patch0:                xcache-m4.patch
 BuildRequires: php-devel >= 3:5.1
 BuildRequires: rpmbuild(macros) >= 1.344
 BuildRequires: sed >= 4.0
@@ -26,6 +27,7 @@ działające na produkcyjnych serwerach o dużym obciążeniu.
 
 %prep
 %setup -q -n xcache
+%patch0 -p1
 %{__sed} -i -e '
        s,zend_extension =.*,zend_extension = %{php_extensiondir}/xcache.so,
        s,zend_extension_ts = .*,zend_extension_ts = %{php_extensiondir}/xcache.so,
This page took 0.112373 seconds and 4 git commands to generate.