Skip to content

Commit fb4e63f

Browse files
committed
Pull changes from aosc-os-abbs
1 parent fc46117 commit fb4e63f

File tree

3 files changed

+5
-24
lines changed

3 files changed

+5
-24
lines changed

make.sh

+3
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ case $1 in
44
install)
55
sudo rsync -av --delete --mkpath tree/ /var/db/spm-repo/sashimi-test/tree/
66
;;
7+
easy)
8+
bash "$0" install
9+
;;
710
esac

tree/core-libs/glibc/autobuild/defines

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ AUTOTOOLS_AFTER="--libexecdir=/usr/lib \
4141
--enable-obsolete-rpc \
4242
--enable-bind-now \
4343
--enable-stackguard-randomization \
44-
--enable-stack-protector=strong"
44+
--enable-stack-protector=strong \
45+
--disable-sanity-checks"
4546

4647
NOSTATIC=0
4748

tree/core-shells/bash/dbuild.sh

-23
This file was deleted.

0 commit comments

Comments
 (0)