parent
a6fdebd302
commit
09a96f371c
@ -0,0 +1,10 @@
|
||||
--- wine-mono-4.5.6/build-winemono.sh.orig 2015-03-02 11:21:51.000000000 -0600
|
||||
+++ wine-mono-4.5.6/build-winemono.sh 2015-03-07 23:40:43.725956614 -0600
|
||||
@@ -108,6 +108,7 @@
|
||||
|
||||
cd "$CURDIR/build-cross-cli"
|
||||
if test 1 != $REBUILD || test ! -e Makefile; then
|
||||
+ CFLAGS="-O0 -g -pipe -Wall -Werror=format-security -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic" \
|
||||
../mono/configure --prefix="$CURDIR/build-cross-cli-install" --with-mcs-docs=no --disable-system-aot || exit 1
|
||||
fi
|
||||
if test 1 = $USE_MONOLITE; then
|
Loading…
Reference in new issue