mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-25 07:36:28 -07:00
nodejs: drop KISS_ROOT usage
This commit is contained in:
parent
157fea4966
commit
955c676064
@ -3,10 +3,10 @@
|
||||
# Fix build when libatomic.so does not exist in the system.
|
||||
# This may be provided by compiler-rt which requires no additional
|
||||
# linker flags to be used.
|
||||
[ -r "$KISS_ROOT/usr/lib/libatomic.so" ] || {
|
||||
case $("$CC" -print-file-name=libatomic.so) in */*) ;; *)
|
||||
sed 's/-latomic//' node.gyp > _
|
||||
mv -f _ node.gyp
|
||||
}
|
||||
esac
|
||||
|
||||
./configure \
|
||||
--shared-zlib \
|
||||
|
Loading…
Reference in New Issue
Block a user