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