editirs/libreoffice: cleanup unused dependencies
Apparently we supply a couple of removed options to configure.
> Configuring for libreoffice-26.2.0.3_1
configure: WARNING: unrecognized options: --with-build-version, --with-system-cuckoo, --with-commons-codec-jar, --with-commons-httpclient-jar, --with-commons-lang-jar, --with-commons-logging-jar
${WRKSRC}/ChangeLog says:
https://git.libreoffice.org/core/+/5fdf2009d21fa220dfee70ea755bd698c16257a7%5E!/
2020-07-23 Rene Engelhard <rene at debian.org> [5fdf2009d21fa220dfee70ea755bd698c16257a7]
tdf#134522 remove --with-build-version ./configure flag Noop. Use --with-extra-buildid
...
https://git.libreoffice.org/core/+/938c899831bd5b165b2b7db3945867a1ce155483%5E!/
2022-08-17 Xisco Fauli <xiscofauli at libreoffice.org> [938c899831bd5b165b2b7db3945867a1ce155483]
tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool" This commit reverts 3749d9af3745c0eaff7239e379578e4e2af89e9d which removes the dependency on the external library cuckoo
...
https://git.libreoffice.org/core/+/f7d149a731a0284d3d7b7b1c26c736654e0712fd%5E!/
2015-10-09 Michael Stahl <mstahl at redhat.com> [f7d149a731a0284d3d7b7b1c26c736654e0712fd]
swext: remove commons-httpclient dependency from Wiki Publisher JRE 6 has sufficient HttpURLConnection etc. stuff to make this work without bundling external libraries.
...
https://git.libreoffice.org/core/+/4b6ceed4a4a9b152905a8b1712ffb9bd61373c16%5E!/
2015-10-09 Michael Stahl <mstahl at redhat.com> [4b6ceed4a4a9b152905a8b1712ffb9bd61373c16]
swext: Wiki Publisher does not use those apache-commons libraries ... itself, they were apparently just dependencies of commons-httpclient, so remove them.
PR: 293402
Approved-by: fluffy