------------------------------------------------------------
revno: 116
revision-id: mtay...@mysql.com-20070508180453-ovfuhsuxrt148u3q
parent: mtay...@mysql.com-20070507081256-k1wxnq2xnm2krvr7
committer: Monty Taylor <mtay...@mysql.com>
branch nick: devel
timestamp: Tue 2007-05-08 11:04:53 -0700
message:
Added MYSQL_INCLUDES to CFLAGS in Perl.
modified:
perl/Makefile.am makefile.am-20070228070325-lv4v4ey3018yr147-1
=== modified file 'perl/Makefile.am'
--- a/perl/Makefile.am 2007-04-25 20:55:51 +0000
+++ b/perl/Makefile.am 2007-05-08 18:04:53 +0000
@@ -22,7 +22,7 @@
$(SWIG) $(SWIG_OPTS) -o mgmapi/mgmapi_wrap.cpp mgmapi.i
$(PERL_MAKEFILE): $(srcdir)/Makefile.PL ndbapi/ndbapi_wrap.cpp
mgmapi/mgmapi_wrap.cpp lib/mysql/cluster/ndbapi.pm lib/mysql/cluster/mgmapi.pm
$(srcdir)/Makefile.am
- CFLAGS="$(CPPFLAGS) $(CFLAGS)" LDFLAGS="$(AM_LDFLAGS) $(LDFLAGS)" $(PERL)
$(srcdir)/Makefile.PL $(MAKE_PL_OPTS)
+ CFLAGS="$(CPPFLAGS) $(CFLAGS) $(MYSQL_INCLUDES)" LDFLAGS="$(AM_LDFLAGS)
$(LDFLAGS)" $(PERL) $(srcdir)/Makefile.PL $(MAKE_PL_OPTS)
-perl install-perl: $(PERL_MAKEFILE)
@target=`echo $@ | sed -e 's/-perl//'`; \