mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 07:10:16 -07:00
nodejs: Remove unneeded headers
This commit is contained in:
parent
15ba557ba2
commit
ad89922090
@ -1,15 +1,17 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export DESTDIR="$1"
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--shared-zlib \
|
||||
--without-intl \
|
||||
--without-etw \
|
||||
--without-dtrace \
|
||||
--without-report \
|
||||
--without-node-snapshot \
|
||||
--without-node-code-cache \
|
||||
--ninja
|
||||
|
||||
ninja -C out/Release
|
||||
tools/install.py install "$1" /usr
|
||||
|
||||
# Remove unneeded headers.
|
||||
rm -rf "$1/usr/include/node/openssl"
|
||||
|
Loading…
Reference in New Issue
Block a user