Skip to content

Commit a974ee0

Browse files
committedJul 30, 2017
tcp_wrappers: fix weird use of STRINGS in the Makefile
1 parent feeed41 commit a974ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/os-specific/linux/tcp-wrappers/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ in stdenv.mkDerivation rec {
2222
patches="$(cat debian/patches/series | sed 's,^,debian/patches/,') $patches"
2323
'';
2424

25-
makeFlags = [ "REAL_DAEMON_DIR=$(out)/bin" "linux" ];
25+
makeFlags = [ "STRINGS=" "REAL_DAEMON_DIR=$(out)/bin" "linux" ];
2626

2727
installPhase = ''
2828
mkdir -p "$out/bin"

0 commit comments

Comments
 (0)
Please sign in to comment.