summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-06-22 00:27:58 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-06-22 00:27:58 +0300
commitd50b9f605e202a949189f96b90dd9636f8392fc2 (patch)
tree3c7615e7206d693e574be35e1dd6c4450628fc05
parent6094493bdbd0b193660daa6610ae48c267e5a710 (diff)
downloadruby-d50b9f605e202a949189f96b90dd9636f8392fc2.tar.gz
Disable dtrace
-rwxr-xr-xdebian/rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index ae5c14a..f3d3539 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,11 @@ configure_options += --with-tk-include=/usr/include/tcl$(vtcltk)
configure_options += --with-tcl-lib=/usr/lib/$(DEB_HOST_MULTIARCH)
configure_options += --with-tk-lib=/usr/lib/$(DEB_HOST_MULTIARCH)
+ifeq (illumos,$(DEB_HOST_ARCH_OS))
+ # dtrace does not work with GNU ld yet:
+ configure_options += --disable-dtrace
+endif
+
%:
dh $@ --parallel --with autotools-dev --with autoreconf