[Libreoffice-commits] .: 2 commits - libxml2/makefile.mk libxslt/makefile.mk
Tor Lillqvist
tml at kemper.freedesktop.org
Mon May 23 16:54:39 PDT 2011
libxml2/makefile.mk | 2 +-
libxslt/makefile.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit eade860f1f59a009732b589628fb8dd4307849b4
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue May 24 02:54:27 2011 +0300
Typo
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 60a2e54..37c0efa 100755
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -99,7 +99,7 @@ xml2_LDFLAGS+=-L$(SYSBASE)$/usr$/lib
CONFIGURE_DIR=
CONFIGURE_ACTION=.$/configure
.IF "$(OS)"=="IOS"
-CONFIGURE_FLAGS+=--disable-shared
+CONFIGURE_FLAGS=--disable-shared
.ELSE
CONFIGURE_FLAGS=--disable-static
.ENDIF
commit 0b48f8557a5acddf3bad383707efccbc086dab2a
Author: Tor Lillqvist <tml at iki.fi>
Date: Tue May 24 02:53:29 2011 +0300
Typo
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk
index 7c24f9b..b3567d2 100644
--- a/libxslt/makefile.mk
+++ b/libxslt/makefile.mk
@@ -118,7 +118,7 @@ CPPFLAGS+:=$(ARCH_FLAGS) -xc99=none
CONFIGURE_DIR=
CONFIGURE_ACTION=.$/configure
.IF "$(OS)"=="IOS"
-CONFIGURE_FLAGS+=--disable-shared
+CONFIGURE_FLAGS=--disable-shared
.ELSE
CONFIGURE_FLAGS=--disable-static
.ENDIF
More information about the Libreoffice-commits
mailing list