Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (c1b37e8039367c83123fb2a5a0773efa43490778)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (c1b37e8039367c83123fb2a5a0773efa43490778)
  • Date: Thu, 2 Nov 2006 12:56:17 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

x11-libs/wine/BUILD | 4 ++++
x11-libs/wine/HISTORY | 3 +++
2 files changed, 7 insertions(+)

New commits:
commit c1b37e8039367c83123fb2a5a0773efa43490778
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

wine: avoid the memory leak on vartest.c

thanks to tipote for finding a fix

diff --git a/x11-libs/wine/BUILD b/x11-libs/wine/BUILD
index 850d8a5..047399f 100755
--- a/x11-libs/wine/BUILD
+++ b/x11-libs/wine/BUILD
@@ -1,5 +1,9 @@
# fix wine build problem
LDFLAGS=${LDFLAGS//-z combreloc/} &&
+
+# avoid the memory leak on vartest.c
+CFLAGS="$CFLAGS -fno-inline-functions"
+
OPTS="--disable-debug \
--disable-trace \
$OPTS" &&
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 6c28f46..ad83df6 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2006-11-02 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: avoid a memory leak by adding -fno-inline-functions to CFLAGS
+
2006-10-27 Eric Sandall <eric AT sandall.us>
* DETAILS: Updated to 0.9.24




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (c1b37e8039367c83123fb2a5a0773efa43490778), Jaka Kranjc, 11/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page