diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-08-29 09:48:00 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-08-29 09:50:34 +0200 |
commit | 02f6e55231c8b1646cbafc0e3e591da8122e2bf1 (patch) | |
tree | 4ff1cefbd2e92e28df20e0369adb5ce54ba17d2b /scp2 | |
parent | dcc140204a65d3e7075b0e67ac3ffa0a5737d4ea (diff) |
Fix MinGW build - libxmlsec builds now.
This also removes patching of the generated 'configure' in libxmlsec; instead,
autoreconf is called.
Change-Id: I28c1cc38432d195dd0219fb5a0ab0ea1a35f7a32
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 0fe6495d2467..fea46d3e6289 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1521,6 +1521,18 @@ File gid_File_Lib_LibXMLSec_xmlseccore Styles = (PACKED); End +#ifdef CROSS_COMPILING +File gid_File_Lib_LibXMLSec_xmlsecnss + LIB_FILE_BODY; + #ifdef _gcc3 + Name = "libxmlsec1-nss.dll"; + #else + Name = "libxmlsec-nss.dll"; + #endif + Dir = SCP2_OOO_BIN_DIR; + Styles = (PACKED); +End +#else File gid_File_Lib_LibXMLSec_xmlsecmscrypto LIB_FILE_BODY; #ifdef _gcc3 @@ -1532,6 +1544,7 @@ File gid_File_Lib_LibXMLSec_xmlsecmscrypto Styles = (PACKED); End #endif +#endif File gid_File_Lib_Migrationoo2 LIB_FILE_BODY; |