diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-04-24 20:44:37 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-04-24 20:44:37 +0000 |
commit | 8079e41074f414a30abe76eb9307a608b524f3eb (patch) | |
tree | b8206bc00edbcf7c4f24732bdb120dbfdb0dff6e /mdb | |
parent | 46a0179ac9e45523c371bef2f6f801422edda5a1 (diff) | |
download | illumos-packaging-8079e41074f414a30abe76eb9307a608b524f3eb.tar.gz |
building mdb needs sunmake
Diffstat (limited to 'mdb')
-rw-r--r-- | mdb/debian/control | 10 | ||||
-rwxr-xr-x | mdb/debian/rules | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/mdb/debian/control b/mdb/debian/control index 2e5a2c8..b22c90e 100644 --- a/mdb/debian/control +++ b/mdb/debian/control @@ -5,11 +5,13 @@ Maintainer: Igor Pashev <pashev.igor@gmail.com> Build-Depends: dh-illumos, illumos-source-2.10, - sgs-yacc, - sgs-lex, - ncurses-term, - libsunelf1-dev | libelfg0-dev, + libkvm-dev, libproc1-dev, + libsunelf1-dev | libelfg0-dev, + ncurses-term, + sgs-lex, + sgs-yacc, + sunmake, quilt, Standards-Version: 3.9.3 Homepage: https://www.illumos.org diff --git a/mdb/debian/rules b/mdb/debian/rules index 6d53226..a83c1d8 100755 --- a/mdb/debian/rules +++ b/mdb/debian/rules @@ -47,7 +47,7 @@ install-stamp: build-stamp build build-arch build-indep: build-stamp build-stamp: dirs-stamp patch-stamp - dh_illumos_make --native $(cmd:%=usr/src/cmd/%) + dh_illumos_make -m sunmake $(cmd:%=usr/src/cmd/%) touch $@ binary binary-arch binary-indep: binary-stamp |