Yesterday you sent me mail regarding Tiny patch for RRDtool 1.0.6: *> Tobi, *> *> Here's a tiny patch to have the top level CFLAGS propogate down *> to the perl-shared compile. This was in previous versions of *> RRDtool.
yep will be in 1.0.7 cheers tobi *> *> Blair -- ______ __ _ /_ __/_ / / (_) Oetiker, Timelord & SysMgr @ EE-Dept ETH-Zurich / // _ \/ _ \/ / TEL: +41(0)1-6325286 FAX:...1517 ICQ: 10419518 /_/ \.__/_.__/_/ [EMAIL PROTECTED] http://ee-staff.ethz.ch/~oetiker -- Attached file included as plaintext by Listar -- -- File: r-patch diff -rc ../rrdtool-1.0.6/Makefile.am ./Makefile.am *** ../rrdtool-1.0.6/Makefile.am Sat Aug 14 10:46:41 1999 --- ./Makefile.am Mon Aug 16 20:20:07 1999 *************** *** 34,46 **** # rules for building the perl module perl_piped: perl-piped/Makefile ! cd perl-piped && $(MAKE) perl-piped/Makefile: perl-piped/Makefile.PL cd perl-piped && $(PERL) Makefile.PL perl_shared: perl-shared/Makefile ! cd perl-shared && $(MAKE) perl-shared/Makefile: perl-shared/Makefile.PL cd perl-shared && $(PERL) Makefile.PL --- 34,46 ---- # rules for building the perl module perl_piped: perl-piped/Makefile ! cd perl-piped && $(MAKE) OPTIMIZE="$(CFLAGS)" perl-piped/Makefile: perl-piped/Makefile.PL cd perl-piped && $(PERL) Makefile.PL perl_shared: perl-shared/Makefile ! cd perl-shared && $(MAKE) OPTIMIZE="$(CFLAGS)" perl-shared/Makefile: perl-shared/Makefile.PL cd perl-shared && $(PERL) Makefile.PL -- Binary/unsupported file stripped by Listar -- -- Type: TEXT/X-VCARD -- File: bzajac.vcf -- Desc: Card for Blair Zajac -- * To unsubscribe from the rrd-developers mailing list, send a message with the subject: unsubscribe to [EMAIL PROTECTED]
