diff options
Diffstat (limited to 'security/tcp_wrapper/files/patch-aa')
-rw-r--r-- | security/tcp_wrapper/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tcp_wrapper/files/patch-aa b/security/tcp_wrapper/files/patch-aa index f312466..4a6d586 100644 --- a/security/tcp_wrapper/files/patch-aa +++ b/security/tcp_wrapper/files/patch-aa @@ -169,7 +169,7 @@ # Protection against weird shells or weird make programs. SHELL = /bin/sh -! PREFIX = /usr/local +! PREFIX ?= /usr/local ! ! .SUFFIXES: .c .so .o ! |