From bd9dc1bb1a88fd1803c007662c7e0c6ad1f9eeef Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Thu, 7 Dec 2023 17:09:18 +0100 Subject: [PATCH] Drop the .libs trick when building PCRE2 on HP-UX Looks like PCRE2 doesn't need this, only PCRE did. Ticket: ENT-10629 Changelog: None --- deps-packaging/pcre2/hpux/build | 9 --------- 1 file changed, 9 deletions(-) diff --git a/deps-packaging/pcre2/hpux/build b/deps-packaging/pcre2/hpux/build index 1b82544e8..fb5353535 100755 --- a/deps-packaging/pcre2/hpux/build +++ b/deps-packaging/pcre2/hpux/build @@ -7,15 +7,6 @@ PREFIX=${BUILDPREFIX} PC=${BUILD_ROOT}/cfbuild-pcre2${PREFIX} PCD=${BUILD_ROOT}/cfbuild-pcre2-devel${PREFIX} -# HP-UX needs the .libs directory in the library search path because of a -# bug in libtool: it will specify libpcre2.so.0 as the dependency of -# libpcre2posix.so.0, however when it links it tries to link to libpcre2.so. -# Although they are the same library, the native ld is not happy with this, -# and starts looking for the libpcre2.so.0 library on its own, which it won't -# find, because it wasn't listed on the command line. Hence we need to -# specify libtool's secret library stash: ".libs". -LDFLAGS="$LDFLAGS -L.libs" - # Patch # Configure