diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-30 17:56:11 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-05-30 17:56:11 (EDT) |
commit | 29434e8ca76673432fee45c7d9660e1287fb0f3c (patch) | |
tree | 1a3cb8a892b88e5b9cff53e006f7f8dfbd070475 /cpp.pkg.in/control | |
parent | 553fe53dea539945b31609f4ac7b98f4695294b2 (diff) |
build, *.pkg.in/control: Get GCC ver from substvars
Diffstat (limited to 'cpp.pkg.in/control')
-rw-r--r-- | cpp.pkg.in/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp.pkg.in/control b/cpp.pkg.in/control index a835d86..fad3be5 100644 --- a/cpp.pkg.in/control +++ b/cpp.pkg.in/control @@ -1,6 +1,7 @@ Architecture: all Platform: all -Depends: gcc-defaults-common (= ${Binary-Version}), cpp-4.7-@PKG_TARGET_ARCH@ +Depends: gcc-defaults-common (= ${Binary-Version}), + cpp-${GCC-Base-Version}-@PKG_TARGET_ARCH@ Description: GNU C preprocessor for @PKG_TARGET_ARCH@ The C preprocessor implements the macro language used to transform C, C++, and Objective-C programs before they are compiled. It can also be useful on its |