We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc46117 commit fb4e63fCopy full SHA for fb4e63f
make.sh
@@ -4,4 +4,7 @@ case $1 in
4
install)
5
sudo rsync -av --delete --mkpath tree/ /var/db/spm-repo/sashimi-test/tree/
6
;;
7
+ easy)
8
+ bash "$0" install
9
+ ;;
10
esac
tree/core-libs/glibc/autobuild/defines
@@ -41,7 +41,8 @@ AUTOTOOLS_AFTER="--libexecdir=/usr/lib \
41
--enable-obsolete-rpc \
42
--enable-bind-now \
43
--enable-stackguard-randomization \
44
- --enable-stack-protector=strong"
+ --enable-stack-protector=strong \
45
+ --disable-sanity-checks"
46
47
NOSTATIC=0
48
tree/core-shells/bash/dbuild.sh
0 commit comments