summaryrefslogtreecommitdiffstats
path: root/redland
Commit message (Collapse)AuthorAgeFilesLines
* redland: fix some warnings in raptorMichael Stahl2012-08-022-0/+43
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* lib was renamed, but dylib_file hint for older XCode was missed.Christian Lohmaier2012-05-041-3/+3
|
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* Build the redland libs statically for AndroidTor Lillqvist2012-04-203-14/+9
| | | | | They are only linked to libunordf anyway, so we reduce the number of shared libraries a bit this way.
* renaming dlls makes little sense on windowsDavid Tardon2012-04-136-9/+21
|
* Revert "change redland dllnames on windows too"David Tardon2012-04-133-3/+3
| | | | This reverts commit 6bc4d28845db8d63faeaa9eac4ce7364f37e4d2e.
* change redland dllnames on windows tooDavid Tardon2012-04-133-3/+3
|
* oops, missed one for macosxDavid Tardon2012-04-131-1/+1
|
* rhbz#809466 change soname of bundled redland libsDavid Tardon2012-04-1310-27/+63
|
* No sonames on AndroidTor Lillqvist2012-04-106-0/+43
|
* Make redland build on Mac with internal libxmlFridrich Štrba2012-03-202-0/+8
| | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
* it seems this is not necessary after allDavid Tardon2012-03-041-8/+0
| | | | Maybe it depends on the day of the week or something like that...
* workaround ld link-time crash on ppc64Caolán McNamara2012-03-021-0/+5
|
* Move MinGW-specific magic inside MinGW-specific .IF branchTor Lillqvist2012-03-011-5/+8
|
* get redland built with mingwDavid Tardon2012-03-013-3/+25
| | | | | Do not ask me how or why this works. There are things man was not meant to know.
* get rasqal built with mingwDavid Tardon2012-03-012-3/+17
|
* get raptor built with mingwDavid Tardon2012-03-012-3/+16
| | | | | | | | I _really_ love how libtool, when called without -no-undefined, silently falls back to building a static lib (AFAICS without even trying to check if there really will be any undefined symbols in the resulting dll). Thank you, libtool author! I cannot express how much I enjoyed the hours I spent figuring out what is happening there!
* raptor: make the entities patch work on older libxml2 versionsMichael Stahl2012-03-011-1/+12
| | | | Add a runtime check whether the "checked" member is available.
* Simplify install name handling for external libraries on Mac OS XStephan Bergmann2012-02-293-0/+13
| | | | | | | | | ...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.
* Disable problematic reading of external entities in raptorPetr Mladek2012-02-222-1/+385
|
* add missing quotesDavid Tardon2012-02-171-1/+1
|
* Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich2012-02-081-10/+9
|
* add debugging symbols to raptor in debugging levelsCaolán McNamara2012-01-111-2/+7
|
* Fix iOS build: Link (as such unneeded) executables with -liconvTor Lillqvist2011-11-121-0/+3
|
* Deliver shared library file names ending in .so for AndroidTor Lillqvist2011-11-104-0/+11
|
* Use xml2-config and xslt-config from our own copies if not using system onesTor Lillqvist2011-11-031-0/+9
|
* Android now builds up to instsetoo_nativeThorsten Behrens2011-09-281-3/+6
| | | | | | Last fixes - remove kludge from RepositoryFixes.mk, have redland build w/o threads for the while, and some hackery to exclude pointless code like oosplash from android build.
* More Android config.sub fixing.Thorsten Behrens2011-09-271-0/+20
| | | | This time the redland library.
* Replace raptor rindex calls with strrchrThorsten Behrens2011-09-272-0/+63
| | | | | Seems android libc is missing that - replaced by non-deprecated posix func.
* More Android config.sub fixing.Thorsten Behrens2011-09-274-22/+20
| | | | More parse fixing for android os string.
* Fix android platform parsing for raptorThorsten Behrens2011-09-271-0/+20
|
* Make Android cross-build workingThorsten Behrens2011-09-272-12/+1
| | | | | | | | | | | | 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.
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-163-3/+7
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-163-7/+3
|
* First attempt at Android supportTor Lillqvist2011-06-096-3/+36
|
* Fix raptor to not use xml2-config on MacWilliam Lachance2011-06-082-6/+213
| | | | | | | | | Christian suggested modifying the configure script not to use xml2-config/xslt-config at all. Here's a patch which does exactly that. I'm not exactly thrilled by the size/complexity of this patch for what it does, but at the same time it does seem a bit crazy for LO not to build just because libxml is installed in MacPorts (which is not uncommon: it's a dependency of ImageMagick for instance).
* Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist2011-06-063-4/+4
|
* Bin unnecessary quotingTor Lillqvist2011-06-063-3/+3
|
* Patch raptor configure, not configure.ac for cross-compilationTor Lillqvist2011-06-062-25/+36
| | | | | It looks sillier, yes, but it is good to not have to run autoconf. Fixes cross-compilation for ppc MacOSX.
* make sure to compile against SDK version of libxml/libxsltChristian Lohmaier2011-06-043-2/+34
| | | | might not be the most elegant solution, but should do the trick
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-19/+19
|
* Fix typoTor Lillqvist2011-05-301-1/+1
|
* Drop OS2Tor Lillqvist2011-05-213-18/+3
|
* Fix typoTor Lillqvist2011-05-141-1/+1
|
* Cross-compile redland for iOSTor Lillqvist2011-05-134-3/+64
|
* Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky2011-03-093-6/+6
|\ | | | | | | | | | | | | | | Conflicts: cppunit/ldflags.patch hyphen/hyphen-2.4.patch libegg/source/eggtrayicon.c libtextcat/makefile.mk
| * mingwport33: i#116329: MinGW port enhancement: configurable libstdc++ nametono2011-01-063-3/+3
| |
| * #i10000# changes from OOO330 m10Vladimir Glazunov2010-10-141-0/+1
| |\
| * \ sb126: merged in DEV300_m84sb2010-06-303-9/+9
| |\ \
| * | | sb126: #i110197# remove -Wl,-z,noexecstack hacksb2010-06-223-3/+3
| | | |