libtool_1_5: enable strictDeps

This commit is contained in:
Stefan Frijters
2026-08-03 13:04:36 +02:00
parent ed645b8fc0
commit b85b77fdb0

View File

@@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ m4 ];
buildInputs = [ perl ];
strictDeps = true;
# Don't fixup "#! /bin/sh" in Libtool, otherwise it will use the
# "fixed" path in generated files!
dontPatchShebangs = true;