parent
4484cf7db6
commit
72afe59225
@ -1 +1 @@
|
||||
/wine-mono-4.8.0.tar.gz
|
||||
/wine-mono-4.8.1.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (wine-mono-4.8.0.tar.gz) = 6f2cdd26f2bb4fdaf98acb7cad629a781c975869bff4fdf78e6dc251fc771da3e7ae9c7112cae5fe12c9adff943ceaa830be135b877c5ab427da2f0e64285346
|
||||
SHA512 (wine-mono-4.8.1.tar.gz) = f75f68ea1f084e7badbf0e09cb809e66ee5f1732789704156e81095fdd87f7066093d604c1a8c61b363509b54f79db8e04dc749562513f34e2578b8c82e21c31
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- wine-mono-4.5.4/build-winemono.sh.orig 2014-11-14 18:02:57.810439383 +0100
|
||||
+++ wine-mono-4.5.4/build-winemono.sh 2014-11-14 18:03:20.583738750 +0100
|
||||
@@ -434,7 +434,7 @@
|
||||
|
||||
build_msi ()
|
||||
{
|
||||
- MSIFILENAME=$OUTDIR/winemono.msi
|
||||
+ MSIFILENAME=${MSIFILENAME:-winemono.msi}
|
||||
rm -rf cab-contents
|
||||
rm -f "$BUILDDIR/image.cab" "${MSIFILENAME}"
|
||||
|
@ -1,19 +0,0 @@
|
||||
diff --git a/build-winemono.sh b/build-winemono.sh
|
||||
index bee0dbf..7f0b062 100755
|
||||
--- a/build-winemono.sh
|
||||
+++ b/build-winemono.sh
|
||||
@@ -120,6 +120,14 @@
|
||||
"$SRCDIR"/mono/configure --prefix="$BUILDDIR/build-cross-cli-install" --with-mcs-docs=no --disable-system-aot || exit 1
|
||||
sed -e 's+compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"+compiler_flags="-static"+' -i libtool
|
||||
fi
|
||||
+
|
||||
+ # put a System.Native library somewhere monolite can find it during the build
|
||||
+ cd "$BUILDDIR/build-cross-cli/mono/native"
|
||||
+ make $MAKEOPTS || exit 1
|
||||
+ mkdir "$BUILDDIR/build-cross-cli/mono/lib/"
|
||||
+ cp .libs/libmono-native.so "$BUILDDIR/build-cross-cli/mono/lib/libSystem.Native.so" || exit 1
|
||||
+
|
||||
+ cd "$BUILDDIR/build-cross-cli"
|
||||
if test 1 = $USE_MONOLITE; then
|
||||
make get-monolite-latest || exit 1
|
||||
elif test -e $SRCDIR/monolite/mcs.exe; then
|
Loading…
Reference in new issue