wok-next view musl-libc/stuff/patches/include.patch @ rev 20663

Fix web site for the Shimmer Project themes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 10 22:58:32 2018 +0300 (2018-05-10)
parents
children
line source
1 --- a/tools/musl-gcc.specs.sh
2 +++ b/tools/musl-gcc.specs.sh
3 @@ -5,10 +5,10 @@
4 %rename cpp_options old_cpp_options
6 *cpp_options:
7 --nostdinc -isystem $incdir -isystem include%s %(old_cpp_options)
8 +-nostdinc -isystem $incdir -isystem /usr/include -isystem include%s %(old_cpp_options)
10 *cc1:
11 -%(cc1_cpu) -nostdinc -isystem $incdir -isystem include%s
12 +%(cc1_cpu) -nostdinc -isystem $incdir -isystem /usr/include -isystem include%s
14 *link_libgcc:
15 -L$libdir -L .%s