diff options
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | gdb.pkg/control | 7 | ||||
-rw-r--r-- | gdbserver.pkg/control | 2 |
3 files changed, 3 insertions, 7 deletions
@@ -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} . |