uwimap: fix build using gcc14 and recompile for library/security/openssl-3
[oi-userland.git] / components / desktop / libreoffice / patches / 09-avoid-unnecessary-ldflags.patch
blob9da413b46e08fd6034b0f343efea0c91dbbc7227
1 Avoid passing -L/lib -L/usr/lib while linking binaries, it is unnecessary and wrong
2 --- libreoffice-6.4.2.2/solenv/gbuild/platform/solaris.mk.1 2020-04-09 01:51:33.146199992 +0000
3 +++ libreoffice-6.4.2.2/solenv/gbuild/platform/solaris.mk 2020-04-09 01:51:43.369737802 +0000
4 @@ -68,8 +68,6 @@
5 endif
7 gb_LinkTarget_LDFLAGS += \
8 - -L$(SYSBASE)/lib \
9 - -L$(SYSBASE)/usr/lib \
10 -Wl,-B,direct \
11 -Wl,-z,defs \
12 -Wl,-z,combreloc \