Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4d00f793
Kaydet (Commit)
4d00f793
authored
Haz 12, 2011
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use dummy xml2-config script for iOS
üst
25dff099
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
1 deletion
+26
-1
xml2-config
libxslt/dummy/bin/xml2-config
+17
-0
makefile.mk
libxslt/makefile.mk
+9
-1
No files found.
libxslt/dummy/bin/xml2-config
0 → 100755
Dosyayı görüntüle @
4d00f793
#!/bin/sh
# Use flags found out by configure when we *don't* want
# to use the "system" xml2-config in $PATH
case
$1
in
--cflags
)
echo
$LIBXML_CFLAGS
;;
--libs
)
echo
$LIBXML_LIBS
;;
--version
)
# Assume it's close enough to the system version...
xml2-config
--version
;;
esac
libxslt/makefile.mk
Dosyayı görüntüle @
4d00f793
...
@@ -115,17 +115,25 @@ LDFLAGS+:=-L$(SOLARLIBDIR) -L$(SYSBASE)$/lib -L$(SYSBASE)$/usr$/lib -lpthread -l
...
@@ -115,17 +115,25 @@ LDFLAGS+:=-L$(SOLARLIBDIR) -L$(SYSBASE)$/lib -L$(SYSBASE)$/usr$/lib -lpthread -l
.IF
"$(COMNAME)"
==
"sunpro5"
.IF
"$(COMNAME)"
==
"sunpro5"
CPPFLAGS+
:
=$(ARCH_FLAGS) -xc99=none
CPPFLAGS+
:
=$(ARCH_FLAGS) -xc99=none
.ENDIF
# "$(COMNAME)"=="sunpro5"
.ENDIF
# "$(COMNAME)"=="sunpro5"
CONFIGURE_DIR
=
CONFIGURE_DIR
=
CONFIGURE_ACTION
=
.
$/
configure
CONFIGURE_ACTION
=
.
$/
configure
.IF
"$(OS)"
==
"IOS"
.IF
"$(OS)"
==
"IOS"
CONFIGURE_FLAGS
=
--disable-shared
# --with-libxml-prefix actually gives the prefix where bin/xml2-config is looked for,
# and we want it to find our dummy one that prints the LIBXML_CFLAGS and LIBXML_LIBS that
# the configure script found out.
CONFIGURE_FLAGS
=
--disable-shared
--with-libxml-prefix
=
$(SRC_ROOT)
/
$(PRJNAME)
/dummy
.ELSE
.ELSE
CONFIGURE_FLAGS
=
--disable-static
CONFIGURE_FLAGS
=
--disable-static
.ENDIF
.ENDIF
CONFIGURE_FLAGS
+=
--enable-ipv6
=
no
--without-crypto
--without-python
--with-sax1
=
yes
CONFIGURE_FLAGS
+=
--enable-ipv6
=
no
--without-crypto
--without-python
--with-sax1
=
yes
.IF
"$(CROSS_COMPILING)"
==
"YES"
.IF
"$(CROSS_COMPILING)"
==
"YES"
CONFIGURE_FLAGS
+=
--build
=
$(BUILD_PLATFORM)
--host
=
$(HOST_PLATFORM)
CONFIGURE_FLAGS
+=
--build
=
$(BUILD_PLATFORM)
--host
=
$(HOST_PLATFORM)
.ENDIF
.ENDIF
BUILD_ACTION
=
chmod
777 xslt-config
&&
$(GNUMAKE)
BUILD_ACTION
=
chmod
777 xslt-config
&&
$(GNUMAKE)
BUILD_FLAGS
+=
-j
$(EXTMAXPROCESS)
BUILD_FLAGS
+=
-j
$(EXTMAXPROCESS)
BUILD_DIR
=
$(CONFIGURE_DIR)
BUILD_DIR
=
$(CONFIGURE_DIR)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment