summaryrefslogtreecommitdiff
path: root/moz
AgeCommit message (Collapse)AuthorFilesLines
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann2-3/+4
...by allowing our special @___... tokens anywhere within an install name, so that external modules can configure --prefix=/@___... etc. This removes the need for the special extshl and EXTRPATH=LOADER. Also, a new OUT2BIN_NONE can be used for external modules where the generated libraries need the default EXTRPATH=OOO, but generated executables are only used during the build and such need RPATH=NONE.
2012-02-24Revert "Work around g++ -std=c++0x rejecting "typeof" keyword"Luboš Luňák2-19/+0
We now default to -std=gnu++0x, so this shouldn't be necessary. This reverts commit 437fe5a444411f68d1848c49121394f16f09611b.
2012-02-21Work around g++ -std=c++0x rejecting "typeof" keywordStephan Bergmann2-0/+19
2012-02-20moz missing this pointers, default constructorWei Ming Khoo3-1/+83
2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich1-6/+6
2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich1-1/+3
2012-01-11ups, that part should not have been committed.Christian Lohmaier1-1/+1
cross-compiling is broken currently when using separate nss
2012-01-11fix build on Mac - use SDK, map loader_path for nss-libs, remove HH cruftChristian Lohmaier1-16/+9
2011-12-08childs -> childrenMichael T. Whiteley1-73/+73
2011-11-04We always either build nss or use the system oneCaolán McNamara1-3/+1
We always either build nss or use the system one, so there isn't a case where we want to bundle the ancient nss in the pre-builds
2011-11-02Rename --enable-nss-module to --with-system-nss + introduce --enable-xmlsec.Tomas Chvatal2-10/+10
This also finishes the uncoupling of NSS from the --with-system-mozilla.
2011-10-18moz: replace Linux 3.0 workaround with one for 3.xMichael Stahl3-17/+16
2011-09-28Fix building moz on Mac OS X.Stephan Bergmann3-2/+41
* On Mac, nss-config must not emit -rpath-link switch. * --with-system-nss/-nspr horribly broke in combination with the routine use of MOZ_ARCH and resulting MOZ_CROSS_COMPILE for Mac, and the latter appears to be unnecessary for a normal build, anyway, so is now conditional CREATE_UNIVERSAL_MAC_MOZ_ZIP, in case anybody still uses the code to create universal moz archives. * This in turn revealed two issues in moz that have been addressed with a new macosx_build_fix.patch.
2011-09-09sb140: #i117079# @executable_path -> @loader_path hack missed some instancesStephan Bergmann1-1/+10
2011-09-07use MKDIRHIER instead of MKDIR to avoid bogus error messagesLionel Elie Mamane1-7/+7
2011-09-07moz ldap libraries: don't need LIBDIR to existLionel Elie Mamane1-0/+141
2011-09-07moz: do not try to get into non-existent directory and ignore errorLionel Elie Mamane1-1/+1
2011-08-30Build our mozilla (module moz) against the nss we have built anyway.Jan Holesovsky3-3/+13
Reduces the build time of the 'moz' module by 30% or so.
2011-07-26Use MACOSX_SDK_PATHNorbert Thiebaud1-3/+2
2011-07-24nss/moz: Add Linux 3.0 profileThomas Arnhold1-0/+16
As this is a copy of Linux2.6.mk this has to be MPL 1.1/GPL 2.0/LGPL 2.1 I think.
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-253/+253
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-1/+18
Conflicts: graphite/makefile.mk libxml2/makefile.mk
2011-02-18#i115784# moz/d.lst: deliver windows libs, too.Matthias Huetsch [mhu]1-1/+2
2011-02-02Clean up makefilesThomas Arnhold1-4/+1
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-3/+7
2011-01-20Fix libpr0n MakefileThomas Arnhold2-1/+16
Bug is discussed here: http://permalink.gmane.org/gmane.linux.mandrake.cooker.devel/304002 Fix: http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/songbird/current/SOURCES/Songbird1.4.3-fix-build.patch?revision=537683&view=markup Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
2010-12-13Better workaround for multiple sqlite conflict (see module nss/prj/d.lst).Matthias Huetsch [mhu]1-2/+15
2010-12-13Update from master repository (DEV300_m95).Matthias Huetsch [mhu]2-1/+15
2010-11-08Workaround multiple sqlite conflict.Matthias Huetsch [mhu]1-0/+3
2010-11-04Elide all "SO:" and "OOo:" build.lst prefixesNiko Rönkkö1-1/+1
2010-10-13tweak this to build in AIXCaolán McNamara3-2/+211
2010-09-30#i114323# fix broken makefile, won't build under >= f14 otherwiseCaolán McNamara2-1/+15
2010-09-29Remove leftover unneeded and buggy debugging printoutTor Lillqvist1-8/+0
From seamonkey-source-1.1.14.patch.diff. See http://qa.openoffice.org/issues/show_bug.cgi?id=84961 .
2010-09-05cmcfixes78: #i114323# fix broken makefileCaolán McNamara2-1/+15
2010-06-03masterfix: #i10000# removed obsolete libc patchIvo Hinkelmann2-15/+0
2010-05-21CWS-TOOLING: integrate CWS unxlnginewbaselineIvo Hinkelmann2-0/+15
Notes: split repo tag: libs-extern-sys_ooo/DEV300_m79
2010-05-10CWS-TOOLING: integrate CWS linuxaxp01Ivo Hinkelmann2-1/+13
Notes: split repo tag: libs-extern-sys_ooo/DEV300_m78
2010-04-20unxlnginewbaseline: merge with DEV300_m76Vladimir Glazunov2-2/+192
2010-04-15#i109357# changes for glibc2.5Vladimir Glazunov2-1/+16
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien2-17/+0
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb2-0/+190
2010-03-18linuxaxp01: #i110145# need to link fontconfig explicitlyCaolán McNamara2-1/+13
2010-03-17ause110: update to DEV300_m75Hans-Joachim Lankenau2-0/+190
2010-03-10ause110: update to DEV300_m74Hans-Joachim Lankenau3-17/+5
2010-03-10CWS-TOOLING: integrate CWS cmcfixes72Vladimir Glazunov2-0/+190
2010-03-01merged in CWS sb119sb1-1/+1
2010-02-26sb119: merged in DEV300_m72sb3-16/+4
2010-02-25sb118: merged in DEV300_m72sb3-16/+4
2010-02-25cmcfixes72: merge with DEV300 m72Caolán McNamara3-16/+4
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien3-16/+4
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)