diff options
author | 2012-09-05 21:21:13 +0000 | |
---|---|---|
committer | 2012-09-05 21:21:13 +0000 | |
commit | 689543d8450bf961bbfd5e04803464521a3352ed (patch) | |
tree | 5b72eb2b368b11336c7bafc85934445acb537fc6 | |
parent | overwrite with random stream; a repeating chunk of random data isn't (diff) | |
download | wireguard-openbsd-689543d8450bf961bbfd5e04803464521a3352ed.tar.xz wireguard-openbsd-689543d8450bf961bbfd5e04803464521a3352ed.zip |
use LDSTATIC for building static executables
-rw-r--r-- | regress/lib/libc/asr/bin/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/asr/bin/Makefile.inc b/regress/lib/libc/asr/bin/Makefile.inc index 9a03163906d..80b48051360 100644 --- a/regress/lib/libc/asr/bin/Makefile.inc +++ b/regress/lib/libc/asr/bin/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.1.1.1 2012/07/13 17:49:53 eric Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2012/09/05 21:21:13 eric Exp $ NOMAN= noman SRCS+= common.c CFLAGS+= -Wall -Wstrict-prototypes -Werror -Wundef -g -LDFLAGS+= -static +LDSTATIC= ${STATIC} PROG:= ${PROG}${EXT} |