summaryrefslogtreecommitdiffstats
path: root/libssp.0.pkg
diff options
context:
space:
mode:
authorPatrick 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)
commitabeec0d9ce8a1f68f70c781f66f7261a709be04b (patch)
treec496783810179aaa1e47b01c2700e409ff035cd0 /libssp.0.pkg
parenta8432c6b7b32a0e2228ba27fd9deba5bb75834fc (diff)
Use ${Shlib-Depends}
Diffstat (limited to 'libssp.0.pkg')
-rw-r--r--libssp.0.pkg/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssp.0.pkg/control b/libssp.0.pkg/control
index 4dcf615..2e21d37 100644
--- a/libssp.0.pkg/control
+++ b/libssp.0.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 stack-smashing protector
This package provides the GCC stack-smashing protector extension to protect
applications from stack buffer overflow attacks.