diff options
Diffstat (limited to 'hints/vos.sh')
-rw-r--r-- | hints/vos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/vos.sh b/hints/vos.sh index 3401c83e39..f08ba0b2c5 100644 --- a/hints/vos.sh +++ b/hints/vos.sh @@ -10,7 +10,7 @@ # C compiler and default options. cc=gcc -ccflags="-D_SVID_SOURCE -D_POSIX_C_SOURCE=200112L" +ccflags="-D_SVID_SOURCE -D_POSIX_C_SOURCE=200112L -D_VOS_EXTENDED_NAMES" # Make command. make="/system/gnu_library/bin/gmake" |