summaryrefslogtreecommitdiffstats
path: root/moz
Commit message (Collapse)AuthorAgeFilesLines
* sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2012-04-131-2/+4
|
* gbuildize internal zlibCaolán McNamara2012-04-131-4/+2
| | | | | and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
* README files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* Simplify install name handling for external libraries on Mac OS XStephan Bergmann2012-02-292-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.
* Revert "Work around g++ -std=c++0x rejecting "typeof" keyword"Luboš Luňák2012-02-242-19/+0
| | | | | | We now default to -std=gnu++0x, so this shouldn't be necessary. This reverts commit 437fe5a444411f68d1848c49121394f16f09611b.
* Work around g++ -std=c++0x rejecting "typeof" keywordStephan Bergmann2012-02-212-0/+19
|
* moz missing this pointers, default constructorWei Ming Khoo2012-02-203-1/+83
|
* Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich2012-02-091-6/+6
|
* Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich2012-02-091-1/+3
|
* ups, that part should not have been committed.Christian Lohmaier2012-01-111-1/+1
| | | | cross-compiling is broken currently when using separate nss
* fix build on Mac - use SDK, map loader_path for nss-libs, remove HH cruftChristian Lohmaier2012-01-111-16/+9
|
* childs -> childrenMichael T. Whiteley2011-12-081-73/+73
|
* We always either build nss or use the system oneCaolán McNamara2011-11-041-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
* Rename --enable-nss-module to --with-system-nss + introduce --enable-xmlsec.Tomas Chvatal2011-11-022-10/+10
| | | | This also finishes the uncoupling of NSS from the --with-system-mozilla.
* moz: replace Linux 3.0 workaround with one for 3.xMichael Stahl2011-10-183-17/+16
|
* Fix building moz on Mac OS X.Stephan Bergmann2011-09-283-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.
* sb140: #i117079# @executable_path -> @loader_path hack missed some instancesStephan Bergmann2011-09-091-1/+10
|
* use MKDIRHIER instead of MKDIR to avoid bogus error messagesLionel Elie Mamane2011-09-071-7/+7
|
* moz ldap libraries: don't need LIBDIR to existLionel Elie Mamane2011-09-071-0/+141
|
* moz: do not try to get into non-existent directory and ignore errorLionel Elie Mamane2011-09-071-1/+1
|
* Build our mozilla (module moz) against the nss we have built anyway.Jan Holesovsky2011-08-303-3/+13
| | | | Reduces the build time of the 'moz' module by 30% or so.
* Use MACOSX_SDK_PATHNorbert Thiebaud2011-07-261-3/+2
|
* nss/moz: Add Linux 3.0 profileThomas Arnhold2011-07-241-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.
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-253/+253
|
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-1/+18
|\ | | | | | | | | | | Conflicts: graphite/makefile.mk libxml2/makefile.mk
| * #i115784# moz/d.lst: deliver windows libs, too.Matthias Huetsch [mhu]2011-02-181-1/+2
| |
| * Better workaround for multiple sqlite conflict (see module nss/prj/d.lst).Matthias Huetsch [mhu]2010-12-131-2/+15
| |
| * Update from master repository (DEV300_m95).Matthias Huetsch [mhu]2010-12-132-1/+15
| |\
| | * cmcfixes78: #i114323# fix broken makefileCaolán McNamara2010-09-052-1/+15
| | |
| * | Workaround multiple sqlite conflict.Matthias Huetsch [mhu]2010-11-081-0/+3
| |/
* | Clean up makefilesThomas Arnhold2011-02-021-4/+1
| |
* | WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-241-3/+7
| |
* | Fix libpr0n MakefileThomas Arnhold2011-01-202-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>
* | Elide all "SO:" and "OOo:" build.lst prefixesNiko Rönkkö2010-11-041-1/+1
| |
* | tweak this to build in AIXCaolán McNamara2010-10-133-2/+211
| |
* | #i114323# fix broken makefile, won't build under >= f14 otherwiseCaolán McNamara2010-09-302-1/+15
| |
* | Remove leftover unneeded and buggy debugging printoutTor Lillqvist2010-09-291-8/+0
|/ | | | | From seamonkey-source-1.1.14.patch.diff. See http://qa.openoffice.org/issues/show_bug.cgi?id=84961 .
* masterfix: #i10000# removed obsolete libc patchIvo Hinkelmann2010-06-032-15/+0
|
* CWS-TOOLING: integrate CWS unxlnginewbaselineIvo Hinkelmann2010-05-212-0/+15
|\
| * unxlnginewbaseline: merge with DEV300_m76Vladimir Glazunov2010-04-202-2/+192
| |\
| * | #i109357# changes for glibc2.5Vladimir Glazunov2010-04-152-1/+16
| | |
* | | CWS-TOOLING: integrate CWS linuxaxp01Ivo Hinkelmann2010-05-102-1/+13
|\ \ \
| * | | linuxaxp01: #i110145# need to link fontconfig explicitlyCaolán McNamara2010-03-182-1/+13
| | |/ | |/|
* | | CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien2010-04-162-17/+0
|\ \ \
| * | | sb118: merged in re/DEV300_next towards DEV300_m76sb2010-04-072-0/+190
| |\| |
| * | | merged in CWS sb119sb2010-03-011-1/+1
| |\ \ \
| * \ \ \ sb118: merged in DEV300_m72sb2010-02-253-16/+4
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | sb118: #i108269# first step of removing tcsh supportsb2010-01-122-17/+0
| | | | |
* | | | | ause110: update to DEV300_m75Hans-Joachim Lankenau2010-03-172-0/+190
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | CWS-TOOLING: integrate CWS cmcfixes72Vladimir Glazunov2010-03-102-0/+190
| |\ \ \ \ | | |_|_|/ | |/| | |