* [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapserver/files: 6.0.0_rc1-php_ldflags.patch
@ 2011-05-02 21:51 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-05-02 21:51 UTC (permalink / raw
To: gentoo-commits
scarabeus 11/05/02 21:51:23
Added: 6.0.0_rc1-php_ldflags.patch
Log:
Make php extension really work.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Revision Changes Path
1.1 sci-geosciences/mapserver/files/6.0.0_rc1-php_ldflags.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapserver/files/6.0.0_rc1-php_ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/mapserver/files/6.0.0_rc1-php_ldflags.patch?rev=1.1&content-type=text/plain
Index: 6.0.0_rc1-php_ldflags.patch
===================================================================
--- mapserver-6.0.0-rc1.old/mapscript/php/Makefile.in 2011-05-02 12:10:03.000000000 +0200
+++ mapserver-6.0.0-rc1/mapscript/php/Makefile.in 2011-05-02 23:43:15.000000000 +0200
@@ -86,10 +86,10 @@
php_mapscript.so: $(PHPMS_OBJS) ../../libmapserver.a
- $(LD) -o $@ $(PHPMS_OBJS) $(MS_LIBS)
+ $(LD) -o $@ $(LDFLAGS) $(PHPMS_OBJS) $(MS_LIBS)
php_proj.so: $(PHPPROJ_OBJS)
- $(LD) -o $@ $(PHPPROJ_OBJS) $(MS_LIBS)
+ $(LD) -o $@ $(LDFLAGS) $(PHPPROJ_OBJS) $(MS_LIBS)
%.o: %.c php_mapscript_util.h php_mapscript.h
$(CC) $(CFLAGS112) -c -o $@ $<
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-02 21:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-02 21:51 [gentoo-commits] gentoo-x86 commit in sci-geosciences/mapserver/files: 6.0.0_rc1-php_ldflags.patch Tomas Chvatal (scarabeus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox