mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
fix(node) (#6157)
* fix(node) closes #6155 * --gcc-toolchain * CXXFLAGS * #ifndef * maybe it's old clang? * maybe it needs to be gcc * gcc to dep :(
This commit is contained in:
parent
1b479a71cb
commit
5f67cff88e
|
@ -13,6 +13,8 @@ dependencies:
|
||||||
unicode.org: ^71
|
unicode.org: ^71
|
||||||
openssl.org: 1.1
|
openssl.org: 1.1
|
||||||
zlib.net: 1
|
zlib.net: 1
|
||||||
|
linux:
|
||||||
|
gnu.org/gcc: '*' # libc++, since 22.2.0
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/node
|
- bin/node
|
||||||
|
@ -23,9 +25,6 @@ interprets:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
# otherwise, we hit https://reviews.llvm.org/D131307
|
|
||||||
linux:
|
|
||||||
llvm.org: '<16'
|
|
||||||
python.org: ~3.9
|
python.org: ~3.9
|
||||||
script:
|
script:
|
||||||
- run: python configure.py $ARGS
|
- run: python configure.py $ARGS
|
||||||
|
@ -47,10 +46,6 @@ build:
|
||||||
- --prefix={{ prefix }}
|
- --prefix={{ prefix }}
|
||||||
- --shared-openssl
|
- --shared-openssl
|
||||||
- --shared-zlib
|
- --shared-zlib
|
||||||
linux:
|
|
||||||
CC: clang
|
|
||||||
CXX: clang++
|
|
||||||
AS: llvm-as
|
|
||||||
linux/x86-64:
|
linux/x86-64:
|
||||||
CFLAGS: -fPIC
|
CFLAGS: -fPIC
|
||||||
CXXFLAGS: -fPIC
|
CXXFLAGS: -fPIC
|
||||||
|
|
Loading…
Reference in a new issue