diff options
| author | Roy Marples <roy@marples.name> | 2010-01-25 20:06:15 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2010-01-25 20:06:15 +0000 |
| commit | 747f741d8a4ec2d14efc5fb84581cc53a7e5e8fe (patch) | |
| tree | 3a6218d89f2b1be99ed164416fa04711015b9d96 /configure | |
| parent | 87b266d2d4ac61c4e8090f78345d61742f106594 (diff) | |
| download | dhcpcd-747f741d8a4ec2d14efc5fb84581cc53a7e5e8fe.tar.xz | |
Ensure that we don't inherit OS and others from env.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,11 +1,18 @@ #!/bin/sh # Try and be like autotools configure, but without autotools +# Ensure that we do not inherit these from env HOOKSET=false ARC4RANDOM= CLOSEFROM= GETLINE= STRLCPY= +OS= +BUILD= +HOST= +TARGET= +DEBUG= +FORK= for x; do opt=${x%%=*} |
