commit dab95f6727616356ab100494381b4c9388a2eed9
Author: Elan Ruusamäe <[email protected]>
Date:   Tue Aug 21 01:11:42 2012 +0300

    currently builds with bundled libeio

 php-pecl-eio.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec
index 70b2afe..ebb014f 100644
--- a/php-pecl-eio.spec
+++ b/php-pecl-eio.spec
@@ -1,3 +1,5 @@
+# TODO
+# - compile with system libeio
 %define                modname eio
 Summary:       Extension to provide interface to the libeio library
 Name:          php-pecl-%{modname}
@@ -8,7 +10,7 @@ Group:         Development/Languages/PHP
 Source0:       http://pecl.php.net/get/%{modname}-%{version}.tgz
 # Source0-md5: e833c3927e2ebb5b54791cb89a364346
 URL:           http://pecl.php.net/package/eio
-BuildRequires: libeio-devel
+#BuildRequires:        libeio-devel
 BuildRequires: php-devel >= 4:5.3.0
 BuildRequires: rpmbuild(macros) >= 1.519
 %{?requires_php_extension}
@@ -27,6 +29,9 @@ calls, if they are not available on specific(UNIX-like) 
platform.
 %setup -qc
 mv %{modname}-%{version}/* .
 
+# ensure bundled library is not used
+#%{__rm} -r libeio
+
 %build
 phpize
 %configure
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to