tcp_wrappers: fix weird use of STRINGS in the Makefile
This commit is contained in:
parent
feeed410ff
commit
a974ee0188
@ -22,7 +22,7 @@ in stdenv.mkDerivation rec {
|
|||||||
patches="$(cat debian/patches/series | sed 's,^,debian/patches/,') $patches"
|
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 = ''
|
installPhase = ''
|
||||||
mkdir -p "$out/bin"
|
mkdir -p "$out/bin"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user