------------------------------------------------------------
revno: 116
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
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//'`; \
| Thread |
|---|
| • Rev 116: Added MYSQL_INCLUDES to CFLAGS in Perl. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel | Monty Taylor | 8 May |