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
fa70d98e
Kaydet (Commit)
fa70d98e
authored
Eki 14, 2011
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
moz: replace Linux 3.0 workaround with one for 3.x
üst
7cd58dbe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
17 deletions
+16
-17
makefile.mk
moz/makefile.mk
+3
-1
nss-linux3.patch
moz/patches/nss-linux3.patch
+13
-0
seamonkey-source-1.1.14.patch
moz/seamonkey-source-1.1.14.patch
+0
-16
No files found.
moz/makefile.mk
Dosyayı görüntüle @
fa70d98e
...
...
@@ -96,7 +96,9 @@ PATCH_FILES = \
patches/brokenmakefile.patch
\
patches/aix_build_fix.patch
\
patches/libpr0n_build_fix.patch
\
patches/macosx_build_fix.patch
patches/macosx_build_fix.patch
\
patches/nss-linux3.patch
\
# This file is needed for the W32 build when BUILD_MOZAB is set
# (currently only vc8/vs2005 is supported when BUILD_MOZAB is set)
...
...
moz/patches/nss-linux3.patch
0 → 100644
Dosyayı görüntüle @
fa70d98e
--- misc/mozilla/security/coreconf/arch.mk 2011-10-06 19:58:31.808695724 +0200
+++ misc/build/mozilla/security/coreconf/arch.mk 2011-10-06 19:58:00.074648943 +0200
@@ -152,6 +152,10 @@
ifeq ($(OS_ARCH),Linux)
OS_RELEASE := $(subst ., ,$(OS_RELEASE))
+ # force Linux 3.x to 2.6
+ ifeq ($(word 1,$(OS_RELEASE)),3)
+ OS_RELEASE := 2 6
+ endif
ifneq ($(words $(OS_RELEASE)),1)
OS_RELEASE := $(word 1,$(OS_RELEASE)).$(word 2,$(OS_RELEASE))
endif
moz/seamonkey-source-1.1.14.patch
Dosyayı görüntüle @
fa70d98e
...
...
@@ -6336,22 +6336,6 @@
clean clobber::
rm -rf $(DIST)/$(APP_NAME).app
--- /dev/null 2011-07-24 19:07:44.290563140 +0200
+++ misc/build/mozilla/security/coreconf/Linux3.0.mk 2011-07-24 22:21:02.710513995 +0200
@@ -0,0 +1,13 @@
+include $(CORE_DEPTH)/coreconf/Linux.mk
+
+DSO_LDOPTS += -Wl,-z,defs
+
+OS_REL_CFLAGS += -DLINUX2_1
+MKSHLIB = $(CC) $(DSO_LDOPTS) -Wl,-soname -Wl,$(@:$(OBJDIR)/%.so=%.so)
+
+ifdef MAPFILE
+ MKSHLIB += -Wl,--version-script,$(MAPFILE)
+endif
+PROCESS_MAP_FILE = grep -v ';-' $< | \
+ sed -e 's,;+,,' -e 's; DATA ;;' -e 's,;;,,' -e 's,;.*,;,' > $@
+
--- misc/mozilla/directory/c-sdk/ldap/libraries/libiutil/Makefile.in 2006-02-03 15:44:41.000000000 +0100
+++ misc/build/mozilla/directory/c-sdk/ldap/libraries/libiutil/Makefile.in 2011-09-07 10:45:16.000000000 +0200
@@ -89,12 +89,9 @@
...
...
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