File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ Build-Depends: bison,
1919 netbase,
2020 openssl,
2121 procps,
22- ruby:native <cross>,
2322 rubygems-integration (>= 1.6),
2423 systemtap-sdt-dev [linux-any],
2524 zlib1g-dev
Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ export DH_OPTIONS
1010TESTOPTS += -v
1111export TESTOPTS
1212
13- DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
1413DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
15- DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
1614DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
1715
1816include /usr/share/dpkg/pkg-info.mk
@@ -31,17 +29,6 @@ configure_options += --disable-rpath
3129configure_options += --with-sitedir='/usr/local/lib/site_ruby'
3230configure_options += --with-sitearchdir="/usr/local/lib/$(DEB_HOST_MULTIARCH ) /site_ruby"
3331
34- ifneq ($(DEB_BUILD_GNU_TYPE ) , $(DEB_HOST_GNU_TYPE ) )
35- # Cross-building. This is the same logic that debhelper's
36- # lib/Debian/Debhelper/Buildsystem/autoconf.pm uses.
37- # note that you also need --with-baseruby, so use the "cross" build-profile.
38- configure_options += --build=$(DEB_BUILD_GNU_TYPE )
39- configure_options += --host=$(DEB_HOST_GNU_TYPE )
40- endif
41- ifneq ($(filter cross,$(DEB_BUILD_PROFILES ) ) ,)
42- configure_options += --with-baseruby=/usr/bin/ruby
43- endif
44-
4532# the following are ignored by ./configure, but used by some extconf.rb scripts
4633configure_options += --enable-ipv6
4734configure_options += --with-dbm-type=gdbm_compat
You can’t perform that action at this time.
0 commit comments