mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
perl: Set gccversion configuration symbol correctly
This was previously manually set to '4.8.0'. Aside from just being incorrect, it also breaks Errno's GCC5 detection. Fixes #2044. Signed-off-by: Marcel Denia <naoir@gmx.net>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
cf_email='naoir@gmx.net'
|
||||
osvers='3.18.19'
|
||||
gccversion='4.8.0'
|
||||
gccversion="$owrt:gccversion"
|
||||
myhostname='OpenWrt'
|
||||
cf_time='Thu Jan 1 12:00:00 CEST 2015'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user