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:
@@ -45,6 +45,7 @@ owrt:threads yes/no Whether to enable threading support.
|
||||
owrt:ipv6 define/undef Whether to enable IPv6 support.
|
||||
owrt:target_cross * Target architecture's host triplet.
|
||||
owrt:target_cc * C compiler to use.
|
||||
owrt:gccversion * target_cc's version number.
|
||||
owrt:cflags * Additional C compiler flags.
|
||||
owrt:ldflags * Additional linker flags.
|
||||
owrt:staging_dir * Same as OpenWRT buildroot's
|
||||
|
||||
Reference in New Issue
Block a user