[packages/php/PHP_5_6] remove com_dotnet ext to mark todo note done

glen glen at pld-linux.org
Wed Dec 21 20:23:25 CET 2016


commit e974b7db9093ac63e298250cd8f64639d50e0805
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Nov 20 13:02:11 2015 +0200

    remove com_dotnet ext to mark todo note done

 php.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/php.spec b/php.spec
index af10133..fdd7b54 100644
--- a/php.spec
+++ b/php.spec
@@ -6,8 +6,6 @@
 # - update imap myrights patch (needs api porting)
 # --with-libmbfl=DIR      MBSTRING: Use external libmbfl.  DIR is the libmbfl base install directory BUNDLED
 # --with-onig=DIR         MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
-# UNPACKAGED EXTENSION NOTES:
-# - com_dotnet is Win32-only
 # TODO:
 # - fileinfo extension bundles magic db in library: data_file.c (dump of magic.mgc) is 14M
 #   - 2.3M fileinfo.so php54-fileinfo-5.4.6-0.15.x86_64
@@ -2138,6 +2136,9 @@ exit 1
 # cleanup backups after patching
 find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 
+# com_dotnet is Win32-only
+%{__rm} -r ext/com_dotnet
+
 # conflict seems to be resolved by recode patches
 %{__rm} ext/recode/config9.m4
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/e974b7db9093ac63e298250cd8f64639d50e0805



More information about the pld-cvs-commit mailing list