mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
llvm: fix gcc7 build
This commit is contained in:
parent
171348f502
commit
0b6724deeb
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,8 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
subpackages+=" lld lld-devel"
|
||||
|
||||
CXXFLAGS="-D_GLIBCXX_USE_C99_STDIO=1 -D_GLIBCXX_USE_C99_STDLIB=1"
|
||||
|
||||
post_extract() {
|
||||
# patches
|
||||
cd ${XBPS_BUILDDIR}/llvm-${version}.src
|
||||
|
|
Loading…
Add table
Reference in a new issue