summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-03 16:22:16 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-03 16:22:16 (EDT)
commit3286272428414c18393a37ad89c1d078fde3e549 (patch)
tree25334011e235bfbad5ce0d884161e6513e1aef59
parentb0ff0ab9cd3197c31f39eb835207acff187bbcf5 (diff)
Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--gdb.pkg/control7
-rw-r--r--gdbserver.pkg/control2
3 files changed, 3 insertions, 7 deletions
diff --git a/build b/build
index c66d6bf..96b57e0 100755
--- a/build
+++ b/build
@@ -55,3 +55,4 @@ install: build
oh-fixperms
oh-strip
oh-installfiles
+ oh-shlibdeps
diff --git a/gdb.pkg/control b/gdb.pkg/control
index fe666b0..1c64a21 100644
--- a/gdb.pkg/control
+++ b/gdb.pkg/control
@@ -1,10 +1,5 @@
Architecture: any
Platform: all
-Depends: gdb-common (= ${Source-Version}),
- libreadline.6,
- libncurses.5,
- libtinfo.5,
- libz.1,
- libexpat.1,
+Depends: gdb-common (= ${Source-Version}), ${Shlib-Depends}
Description: GNU source-level debugger
${Common-Description}
diff --git a/gdbserver.pkg/control b/gdbserver.pkg/control
index 4a918f7..660a326 100644
--- a/gdbserver.pkg/control
+++ b/gdbserver.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gdb-common (= ${Source-Version})
+Depends: gdb-common (= ${Source-Version}), ${Shlib-Depends}
Description: Remote server for the GNU source-level debugger
${Common-Description}
.