summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 410d309)
raw | patch | inline | side by side (parent: 410d309)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 8 May 2007 15:10:21 +0000 (15:10 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Tue, 8 May 2007 15:10:21 +0000 (15:10 +0000) |
adding RUBYARCHDIR= seems to help ...
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1056 a5681a0c-68f1-0310-ab6d-d61299d08faa
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@1056 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/bindings/Makefile.am | patch | blob | history |
index 6b2eff2c278f464d68934bcfc3310b16ab6e36ae..76d587cbfa7d8ff9c5b01018318ba43d4d531ecb 100644 (file)
test -d python/build && cd python && env LIBDIR=$(libdir) $(PYTHON) setup.py install --skip-build --prefix=$(DESTDIR)$(prefix) --exec-prefix=$(DESTDIR)$(exec_prefix) || true
# rules for buildung the ruby module
+# RUBYARCHDIR= is to work around in a makefile quirk not sure
+# it is is the right thing todo, but it makes rrdtool build on freebsd as well
ruby:
- cd ruby && $(RUBY) extconf.rb && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS)
+ cd ruby && $(RUBY) extconf.rb && $(MAKE) EPREFIX=$(exec_prefix) $(RUBY_MAKE_OPTIONS) RUBYARCHDIR=
# rules for buildung the pyton module
python: