[csw-devel] SF.net SVN: gar:[4394] csw/mgar/pkg/php5/trunk
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Sat Apr 18 05:23:56 CEST 2009
Revision: 4394
http://gar.svn.sourceforge.net/gar/?rev=4394&view=rev
Author: valholla
Date: 2009-04-18 03:23:56 +0000 (Sat, 18 Apr 2009)
Log Message:
-----------
remove static libraries
Modified Paths:
--------------
csw/mgar/pkg/php5/trunk/Makefile
csw/mgar/pkg/php5/trunk/extensions/php5_dba/Makefile
csw/mgar/pkg/php5/trunk/extensions/php5_mysql/Makefile
csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile
Modified: csw/mgar/pkg/php5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/Makefile 2009-04-17 21:41:24 UTC (rev 4393)
+++ csw/mgar/pkg/php5/trunk/Makefile 2009-04-18 03:23:56 UTC (rev 4394)
@@ -102,6 +102,7 @@
$(WORKDIR)/pear.conf.CSW \
$(DESTDIR)$(prefix)/php5/etc
@(grm -fr $(DESTDIR)/.[a-z]*)
+ @(gfind $(PHP5ROOT)/lib -name "*.a" -exec grm {} \;)
@$(MAKECOOKIE)
post-configure-modulated:
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_dba/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_dba/Makefile 2009-04-17 21:41:24 UTC (rev 4393)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_dba/Makefile 2009-04-18 03:23:56 UTC (rev 4394)
@@ -13,7 +13,6 @@
PKGFILES_CSWphp5dba = .*/lib/php/extensions/.*/dba\.so
-PKGFILES_CSWphp5dba += .*/lib/php/extensions/.*/dba\.a
define CSWphp5dba_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_mysql/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_mysql/Makefile 2009-04-17 21:41:24 UTC (rev 4393)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_mysql/Makefile 2009-04-18 03:23:56 UTC (rev 4394)
@@ -9,7 +9,6 @@
CONFIGURE_ARGS += --with-mysql=shared,$(prefix)
PKGFILES_CSWphp5mysql = .*/lib/php/extensions/.*/mysql\.so
-PKGFILES_CSWphp5mysql += .*/lib/php/extensions/.*/mysql\.a
define CSWphp5mysql_postinstall
#!/bin/sh
Modified: csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile
===================================================================
--- csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile 2009-04-17 21:41:24 UTC (rev 4393)
+++ csw/mgar/pkg/php5/trunk/extensions/php5_pdo/Makefile 2009-04-18 03:23:56 UTC (rev 4394)
@@ -7,7 +7,6 @@
REQUIRED_PKGS_CSWphp5pdo = CSWphp5
PKGFILES_CSWphp5pdo = .*/lib/php/extensions/.*/pdo\.so*
-PKGFILES_CSWphp5pdo += .*/lib/php/extensions/.*/pdo\.a*
define CSWphp5pdo_postinstall
#!/bin/sh
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list