tcp_wrappers: fix weird use of STRINGS in the Makefile

This commit is contained in:
Robin Gloster 2017-07-30 14:03:31 +02:00
parent feeed410ff
commit a974ee0188
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882

View File

@ -22,7 +22,7 @@ in stdenv.mkDerivation rec {
patches="$(cat debian/patches/series | sed 's,^,debian/patches/,') $patches"
'';
makeFlags = [ "REAL_DAEMON_DIR=$(out)/bin" "linux" ];
makeFlags = [ "STRINGS=" "REAL_DAEMON_DIR=$(out)/bin" "linux" ];
installPhase = ''
mkdir -p "$out/bin"