The full path is detected by configure, resulting in a different build
depending on if it is built on a usrmerge or non-usrmerge system.
Since usrmerge systems contain compatibility symlinks for the
non-usrmerge paths, use the non-usrmerge path which is compatible in
both systems.
https://tests.reproducible-builds.org/debian/issues/bookworm/paths_vary_due_to_usrmerge_issue.html
Gbp-Pq: Name 0045-scripts-php-.in-Explicitly-define-the-path-to-sed.patch
#! /bin/sh
-SED="@SED@"
+SED="/bin/sed"
prefix="@prefix@"
datarootdir="@datarootdir@"
exec_prefix="@exec_prefix@"
phpdir="$prefix/lib/php/@DEBIAN_PHP_API@/build"
includedir="$prefix/include/php/@DEBIAN_PHP_API@"
builddir="`pwd`"
-SED="@SED@"
+SED="/bin/sed"
libtool_version=$(dpkg-query -f'${Version}' -W libtool)
aclocaldir="$prefix/share/aclocal"