diff options
author | Hanno Meyer-Thurow <h.mth@web.de> | 2011-03-13 16:15:21 +0100 |
---|---|---|
committer | Hanno Meyer-Thurow <h.mth@web.de> | 2011-03-13 16:15:21 +0100 |
commit | 2d1e4290a92a9ac153fa73edbaa050941ee0040b (patch) | |
tree | 807859c4d4e65032c2499021aaea2cee589eb7cc /libxmlsec/makefile.mk | |
parent | b54d64f2b8234f620b0f11fbc298dcb68119b408 (diff) |
Merge Gentoo patches from old build and downstream repositories.
1. Do not add compiler default include and library path: potentially build
against different version of system library than requested by the user.
2. Add a configure option to disable Python2 (PyUNO) bindings. Python3 is
available for more than two years. Noone cares, therefore rest in peace.
Python2 is going to be ditched at some point. Simply do not fail then.
Windows builds need to be updated for BUILD_TYPE: "PYUNO". Or how is it
handled nowadays?
3. Fix sandbox violation in officecfg module: rm /bin/<language>.zip
4. Add a configure option to search only in one place for JVMs, which is quite
interesting for Linux Distributions. Enforce the user to place JVMs in one
base directory.
5. Fix build for libxml-2.7.8 with ICU support.
* config_office-XINC-XLIB-defaults.diff: (1)
* disable-python.diff: (2)
* gentoo-sandbox.diff: (3)
* jvm-search-path.diff: (4)
* libxmlsec_fix_extern_c.diff: (5)
Diffstat (limited to 'libxmlsec/makefile.mk')
-rw-r--r-- | libxmlsec/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libxmlsec/makefile.mk b/libxmlsec/makefile.mk index c37e34deb06f..1d5b2feec9bd 100644 --- a/libxmlsec/makefile.mk +++ b/libxmlsec/makefile.mk @@ -67,7 +67,8 @@ PATCH_FILES=\ xmlsec1-noverify.patch \ xmlsec1-mingw32.patch \ xmlsec1-mingw-keymgr-mscrypto.patch \ - xmlsec1-vc10.patch + xmlsec1-vc10.patch \ + xmlsec1-1.2.14_fix_extern_c.patch ADDITIONAL_FILES= \ include$/xmlsec$/mscrypto$/akmngr.h \ |