summaryrefslogtreecommitdiffstats
path: root/libssp.0.pkg
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-05-14 01:25:44 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-05-14 01:25:44 (EDT)
commit194c8a98e0c935088da1a92b41db6dd3bb3d4df8 (patch)
tree99fe163b6edcf7f633d7d78f63c9f2aafea37f19 /libssp.0.pkg
parent5800c309f7ce65c11d6a2687c6a0394d622032cc (diff)
Use Base-Version in package control fields
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 b23de1a..4dcf615 100644
--- a/libssp.0.pkg/control
+++ b/libssp.0.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: gcc-4.7-common (= ${Binary-Version})
+Depends: gcc-${Base-Version}-common (= ${Binary-Version})
Description: GCC stack-smashing protector
This package provides the GCC stack-smashing protector extension to protect
applications from stack buffer overflow attacks.