gcc: don't hardcode required majorver in depends.
This commit is contained in:
parent
49ee3f72ff
commit
3f415407d2
17 changed files with 17 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libssp'.
|
||||
#
|
||||
depends="glibc-devel libssp>=4.7"
|
||||
depends="glibc-devel libssp>=${_majorver}"
|
||||
short_desc="GCC SSP library support"
|
||||
long_desc="${long_desc}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue