summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-14 19:28:06 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-14 19:28:06 (EDT)
commita8432c6b7b32a0e2228ba27fd9deba5bb75834fc (patch)
tree1587ff125464e724bb1642dc5042c485055bd503
parent85700285e0155db9b28c33850cd882a4aff7859e (diff)
build: Use oh-shlibdeps
-rwxr-xr-xbuild2
-rw-r--r--control4
2 files changed, 4 insertions, 2 deletions
diff --git a/build b/build
index 6a5705d..1069239 100755
--- a/build
+++ b/build
@@ -220,6 +220,7 @@ $(installnative_targets):
gcc-$(base_version)-$(target) \
g++-$(base_version)-$(target) \
" oh-installfiles -d "$(destdir)"
+ oh-shlibdeps
$(installcross_targets):
oh-autoinstall -B "$(builddir)" -d "$(destdir)" -T install-gcc -- \
@@ -249,5 +250,6 @@ $(installcross_targets):
gcc-$(base_version)-$(target) \
g++-$(base_version)-$(target) \
" oh-installfiles -d "$(destdir)"
+ oh-shlibdeps
install: $(install_targets)
diff --git a/control b/control
index 636441b..c87fd0e 100644
--- a/control
+++ b/control
@@ -1,4 +1,4 @@
Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
-Build-Depends: gpg, dirmngr, opkhelper-3.0, libgmp-dev, libmpfr-dev, libmpc-dev, libz.1-dev,
- dejagnu
+Build-Depends: gpg, dirmngr, opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2),
+ libgmp-dev, libmpfr-dev, libmpc-dev, libz.1-dev, dejagnu
Homepage: https://gcc.gnu.org/