diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-05-22 15:59:46 +0100 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-05-22 15:59:46 +0100 |
commit | e46b02d99de966eaf3edb0801dd4d403d59b4cfa (patch) | |
tree | c1730f0a4460dcf931f3ba397b48b437f7af7463 /scp2 | |
parent | 2d04ea5160c67570ddcc0031e11f3acaab0b2d25 (diff) |
cmcfixes75: #i111770# remove configure.in hacks and handle prelinked system-stdlibs properly and fix the so.1 -> so.2 for hppa and m68k
Diffstat (limited to 'scp2')
-rwxr-xr-x | scp2/source/ooo/ure.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp index ca7a7222b074..d53fba12ebca 100755 --- a/scp2/source/ooo/ure.scp +++ b/scp2/source/ooo/ure.scp @@ -887,7 +887,7 @@ End File gid_File_Dl_GccS TXT_FILE_BODY; Dir = SCP2_URE_DL_DIR; - Name = SCP2_URE_DL_VER("gcc_s", "1"); + Name = SCP2_URE_DL_VER("gcc_s", STRING(SHORTSTDC3)); Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID); // CompID = "C601D04B-2194-4F1B-BB09-7B4930D6E1DB"; End |