]> git.pld-linux.org Git - packages/php.git/commitdiff
remove com_dotnet ext to mark todo note done auto/th/php70-7.0.0-3.RC7
authorElan Ruusamäe <glen@delfi.ee>
Fri, 20 Nov 2015 11:02:11 +0000 (13:02 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 20 Nov 2015 11:02:11 +0000 (13:02 +0200)
php.spec

index 35d23aa1194da3a8dce4964e75c1b2c180eb4132..25ce4696566cd516b9782591d45b8d37c6fbe798 100644 (file)
--- 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
@@ -2008,6 +2006,9 @@ sed -i -e '/PHP_ADD_LIBRARY_WITH_PATH/s#xmlrpc,#xmlrpc-epi,#' ext/xmlrpc/config.
 # 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
 
This page took 2.858907 seconds and 4 git commands to generate.