]> git.pld-linux.org Git - packages/php.git/commitdiff
- merge from AC-branch: install ext/pcre/php_pcre.h
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 5 Sep 2006 09:30:04 +0000 (09:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.590

php.spec

index de94d6d394ac25ca52ab7bdb2d6bff34ce3313c6..ec245db3271da0fe1ecbeba830d0af124fd3cc93 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -1879,6 +1879,11 @@ ln -snf %{_aclocaldir}/libtool.m4 $RPM_BUILD_ROOT%{_libdir}/php/build
 ln -snf %{_datadir}/libtool/ltmain.sh $RPM_BUILD_ROOT%{_libdir}/php/build
 ln -snf %{_bindir}/shtool $RPM_BUILD_ROOT%{_libdir}/php/build
 
+# as a result of ext/pcre/pcrelib removal in %%prep, ext/pcre/php_pcre.h
+# isn't installed by install-headers make target, we do it manually here.
+# this header file is required by e.g. filter PECL extension
+install -D ext/pcre/php_pcre.h $RPM_BUILD_ROOT%{_includedir}/php/ext/pcre/php_pcre.h
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.060981 seconds and 4 git commands to generate.