summaryrefslogtreecommitdiff
path: root/solenv/bin
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2015-04-20 19:48:38 +0200
committerMatúš Kukan <matus.kukan@gmail.com>2015-04-22 19:00:32 +0200
commitfa8aaaadc38372185d6d29d8d91391907e95b689 (patch)
tree347b6a293d8bd0525b94a22bdac00ab0c0edfb67 /solenv/bin
parent0cf38e7d0c5d2b67dca828aae1797bff58b6c5fe (diff)
Bin confusing --enable-mergelibs=all option
It was most probably not working anyway and is something different to libmerged, which intends to merge only core set of libraries. To build everything into one library, approach similar to what we do for Android could be better idea. Change-Id: Id5b8c2fa2b26e8faaaeb022ea55eb2e39909e875
Diffstat (limited to 'solenv/bin')
-rwxr-xr-xsolenv/bin/install-gdb-printers2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/install-gdb-printers b/solenv/bin/install-gdb-printers
index 036339e44112..0362a5c04a06 100755
--- a/solenv/bin/install-gdb-printers
+++ b/solenv/bin/install-gdb-printers
@@ -123,7 +123,7 @@ if [[ ${DESTDIR}${pythondir} != ${GDBDIR} ]]; then
fi
if [[ -n "${MERGELIBS}" ]]; then
- make_autoload merged program libmergedlo."$DYLIB" merge svl tl basegfx `[[ ${MERGELIBS} == "ALL" ]] && echo sw`
+ make_autoload merged program libmergedlo."$DYLIB" merge svl tl basegfx
make_autoload cppu program libuno_cppu."$DYLIB".3
make_autoload sal program libuno_sal."$DYLIB".3
make_autoload sw program libswlo."$DYLIB"