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
f9721ff4
Kaydet (Commit)
f9721ff4
authored
Eki 13, 2010
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
update libtooling and config.guess for aix 7
üst
c6ab29e5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
2 deletions
+23
-2
libxml2-aix.patch
libxml2/libxml2-aix.patch
+21
-0
makefile.mk
libxml2/makefile.mk
+2
-2
No files found.
libxml2/libxml2-aix.patch
0 → 100644
Dosyayı görüntüle @
f9721ff4
--- misc/libxml2-2.7.6/config.guess 2010-09-15 14:53:52.000000000 -0500
+++ misc/build/libxml2-2.7.6/config.guess 2010-09-15 14:56:09.000000000 -0500
@@ -548,7 +548,7 @@
echo rs6000-ibm-aix3.2
fi
exit ;;
- *:AIX:*:[456])
+ *:AIX:*:[4567])
IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
IBM_ARCH=rs6000
@@ -560,6 +560,9 @@
else
IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
fi
+ if [ "$IBM_REV" == "V7BETA" ]; then
+ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
+ fi
echo ${IBM_ARCH}-ibm-aix${IBM_REV}
exit ;;
*:AIX:*:*)
libxml2/makefile.mk
Dosyayı görüntüle @
f9721ff4
...
...
@@ -52,7 +52,7 @@ PATCH_FILES=libxml2-configure.patch \
libxml2-mingw.patch
\
libxml2-gnome599717.patch
\
libxml2-global-symbols.patch
\
libxml2-aix.patch
# This is only for UNX environment now
...
...
@@ -100,7 +100,7 @@ CONFIGURE_ACTION=sh .$/configure
CONFIGURE_FLAGS
=
--enable-ipv6
=
no
--without-python
--without-zlib
--enable-static
=
yes
--with-sax1
=
yes
ADDCFLAGS
=
"
$(xml2_CFLAGS)
"
CFLAGS
=
"
$(EXTRA_CFLAGS)
"
LDFLAGS
=
"
$(xml2_LDFLAGS)
$(EXTRA_LINKFLAGS)
"
.ELSE
CONFIGURE_ACTION
=
.
$/
configure
CONFIGURE_FLAGS
=
--enable-ipv6
=
no
--without-python
--without-zlib
--enable-s
tatic
=
no
--with-sax1
=
yes
ADDCFLAGS
=
"
$(xml2_CFLAGS)
$(EXTRA_CFLAGS)
"
LDFLAGS
=
"
$(xml2_LDFLAGS)
$(EXTRA_LINKFLAGS)
"
CONFIGURE_FLAGS
=
--enable-ipv6
=
no
--without-python
--without-zlib
--enable-s
hared
--disable-static
--with-sax1
=
yes
ADDCFLAGS
=
"
$(xml2_CFLAGS)
$(EXTRA_CFLAGS)
"
LDFLAGS
=
"
$(xml2_LDFLAGS)
$(EXTRA_LINKFLAGS)
"
.ENDIF
BUILD_ACTION
=
$(GNUMAKE)
BUILD_FLAGS
+=
-j
$(EXTMAXPROCESS)
...
...
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