summaryrefslogtreecommitdiff
path: root/berkeleydb
AgeCommit message (Collapse)AuthorFilesLines
2012-09-06gbuild: disable symbols on --enable-dbgutil --disable-symbolsMichael Stahl1-1/+1
Due to the setup of gb_DEBUGLEVEL in gbuild.mk, gb_SYMBOL was always enabled when --enable-dbgutil is set, with no way to override it. Fix that by turning configure's ENABLE_SYMBOLS into a tri-state, where the new "FALSE" value, set by an explicit --disable-symbols, overrides any implicit way of enabling symbols. But by default an --enable-dbgutil still enables gb_SYMBOL. Change-Id: I94c609863980ed1ab9c73d7a4861c394442b531d
2012-08-29fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGINJung-uk Kim1-3/+3
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>: * bulk replacement of "-Wl,-z,origin,-rpath,..." with "-Wl,-z,origin -Wl,rpath,..." * additional hunk for directory/c-sdk/config/FreeBSD.mk in moz/seamonkey-source-1.1.14.patch did not apply and has been dropped Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-03-30Updated patch commentStephan Bergmann1-1/+3
2012-03-30MinGW: work around _FILE_OFFSET_BITS incomp between Berkeleydb and LOStephan Bergmann2-0/+17
2012-03-23build db4 with symbols if symbols globally enabledCaolán McNamara1-0/+4
2012-03-06more idle code documentation improvementMichael Meeks1-0/+4
2012-03-04do not change the lib nameDavid Tardon1-1/+1
2012-02-29Simplify install name handling for external libraries on Mac OS XStephan Bergmann1-1/+3
...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-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich1-0/+1
2011-11-14Add ARM Thumb mutex implementation from a "arm-thumb-mutex.patch"Tor Lillqvist1-0/+36
2011-10-26Fix berkeleydb mingw cross-build.Stephan Bergmann1-3/+2
2011-09-27Make Android cross-build workingThorsten Behrens2-8/+17
In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-1/+2
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba1-2/+1
2011-08-26Bin USE_MINGWTor Lillqvist1-3/+0
Its alternative values as used by OOo is irrelevant to us as we don't intend to support building using MinGW on Windows itself. To us, MinGW always means cross-compilation. For us it is enough to look at $(OS)$(COM), and WNTGCC always implies cross-compilation. (OOo on the other hand attempts to support use of the Cygwin gcc with the -mno-cygwin option (which is practically considered an obsolete option), the normal MinGW compiler (but still from Cygwin), but not cros-compilation.)
2011-06-09Cross-compilation support for AndroidTor Lillqvist2-1/+12
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist1-1/+1
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist1-8/+8
2011-05-30Drop unnecessary quotes around platform tripletsTor Lillqvist1-1/+1
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-1/+1
Conflicts: berkeleydb/makefile.mk
2011-05-14Cross-compilation support and iOS in particularTor Lillqvist2-5/+15
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky1-1/+1
Conflicts: python/makefile.mk zlib/makefile.mk
2011-03-18masterfix from sb140: #i117457# on Solaris 11 against Solaris 10 baseline, ↵sb1-1/+1
make sure berkeleydb configure sees baseline libs (transplanted from 9d08b963f5867d52d63dc8b5a410ad653c0e73d3)
2011-03-09Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-3/+3
Conflicts: boost/aliasing.patch boost/makefile.mk cairo/cairo/makefile.mk cairo/pixman/makefile.mk dictionaries/da_DK/README_th_da_DK.txt dictionaries/da_DK/description.xml dictionaries/da_DK/dictionaries.xcu dictionaries/da_DK/makefile.mk dictionaries/da_DK/th_da_DK.dat dictionaries/de_AT/th_de_AT_v2.idx dictionaries/de_CH/th_de_CH_v2.idx dictionaries/de_DE/COPYING dictionaries/de_DE/COPYING_GPLv2 dictionaries/de_DE/COPYING_GPLv2.txt dictionaries/de_DE/README_extension_owner.txt dictionaries/de_DE/README_th_de_DE_v2.txt dictionaries/de_DE/makefile.mk dictionaries/de_DE/th_de_DE_v2.idx icu/makefile.mk moz/makefile.mk python/makefile.mk
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba1-4/+1
2011-02-09Make stlport only optional dependency of postprocessFridrich Štrba1-1/+1
2011-02-02Clean up makefilesThomas Arnhold1-7/+0
2011-01-06mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono1-1/+1
2010-10-13update libtooling and config.guess for aix 7Caolán McNamara2-1/+208
2010-09-16sb126: merged in DEV300_m87sb1-1/+1
2010-07-20#i107097# - pass MAXPROCESS to GNU make in external modulesHans-Joachim Lankenau1-1/+1
2010-06-30sb126: merged in DEV300_m84sb1-4/+4
2010-06-22sb126: #i110197# remove -Wl,-z,noexecstack hacksb1-1/+1
2010-05-31i#111958: MinGW port enhancement: runtime-pseude-reloc-v2tono1-4/+4
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien2-12/+2
2010-03-10ause110: update to DEV300_m74Hans-Joachim Lankenau1-6/+2
2010-02-25sb118: merged in DEV300_m72sb1-6/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-6/+2
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-26ause110: update to DEV300m70Hans-Joachim Lankenau1-6/+0
2010-01-15ause110: #i106731# remove tarballs from scm and find them in download cache dirHans-Joachim Lankenau1-0/+1
2010-01-12sb118: #i108269# first step of removing tcsh supportsb2-12/+2
2010-01-05CWS-TOOLING: integrate CWS sb116Jens-Heiner Rechtien1-6/+0
2009-12-01another missing stlport dependencyMathias Bauer1-1/+1
2009-11-13sb116: #i106845# removed obsolete IRIX portsb1-6/+0
2009-09-25merge commitMathias Bauer2-4/+171
2009-09-18CWS-TOOLING: integrate CWS mingwport24Ivo Hinkelmann2-2/+167
2009-09-13 02:15:22 +0200 tono r276097 : i#105033: mingw port: accept incomplete deflib 2009-09-12 15:14:34 +0200 tono r276096 : i#105012: mingw port: $(PATH) should be quoted 2009-09-12 15:12:49 +0200 tono r276095 : i#105011: mingw port: berkeleydb fix 2009-09-12 15:11:39 +0200 tono r276094 : i#105010: mingw port: decline libdl 2009-09-12 15:10:21 +0200 tono r276093 : i#105009: mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h 2009-09-12 15:08:27 +0200 tono r276092 : reverting changes to revise log messages 2009-09-12 11:55:48 +0200 tono r276090 : i#105014: mingw port: change to latest w32api and mingw runtime 2009-09-12 11:52:12 +0200 tono r276089 : i#105013: mingw port: fix gas error in call.s in bridges 2009-09-12 11:42:04 +0200 tono r276088 : mingw port: should be quoted 2009-09-12 11:35:35 +0200 tono r276087 : mingw port: berkeleydb fix 2009-09-12 11:32:34 +0200 tono r276086 : mingw port: decline libdl 2009-09-12 11:20:50 +0200 tono r276085 : mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h
2009-09-16CWS-TOOLING: integrate CWS cloph13Jens-Heiner Rechtien1-2/+4
2009-09-01 #i104566# also use syslibroot/isysroot for external components 2009-08-28 #i104568# clean up duplicated definitions of OBJCXXFLAGS 2009-08-28 #i104567# add ccache-detection to configure (to skip to objcxx-flags) 2009-08-28 #i104566# use Mac OS X 10.4-SDK to ensure backwards compatibility use MACOSX_DEPLOYMENT_TARGET and sysroot/syslibroot switches ignore "-isysroot /Developer/..." arguments for OOo's cpp
2009-09-09#i103496#: removed sal dependency in berkeleydbMathias Bauer3-20/+19
2009-09-09merge commit to DEV300_m57Mathias Bauer6-2243/+1280