diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-15 01:36:23 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-15 01:36:23 (EDT) |
commit | abeec0d9ce8a1f68f70c781f66f7261a709be04b (patch) | |
tree | c496783810179aaa1e47b01c2700e409ff035cd0 /libgcc.1.pkg/control | |
parent | a8432c6b7b32a0e2228ba27fd9deba5bb75834fc (diff) |
Use ${Shlib-Depends}
Diffstat (limited to 'libgcc.1.pkg/control')
-rw-r--r-- | libgcc.1.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc.1.pkg/control b/libgcc.1.pkg/control index bb5ad58..8d0ca4a 100644 --- a/libgcc.1.pkg/control +++ b/libgcc.1.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: gcc-${Base-Version}-common (= ${Binary-Version}) +Depends: gcc-${Base-Version}-common (= ${Binary-Version}), ${Shlib-Depends}, Description: GCC low-level runtime library This package provides libgcc, a low-level runtime library that contains routines for arithmetic operations not performed by the host processor, |