From 3286272428414c18393a37ad89c1d078fde3e549 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 03 Jul 2019 16:22:16 -0400 Subject: Use oh-shlibdeps --- 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} . -- cgit v0.9.1