summaryrefslogtreecommitdiffstats
path: root/regress/libexec
diff options
context:
space:
mode:
authormatthew <matthew@openbsd.org>2012-08-16 19:59:50 +0000
committermatthew <matthew@openbsd.org>2012-08-16 19:59:50 +0000
commit4eb547eb01a13e644d7868ec9c9e6a68c5f10c48 (patch)
tree60e26d6c2e1e35dcee2bde14800e1a2afb3ca43e /regress/libexec
parentAdd regression test to check that PIEs work too. (diff)
downloadwireguard-openbsd-4eb547eb01a13e644d7868ec9c9e6a68c5f10c48.tar.xz
wireguard-openbsd-4eb547eb01a13e644d7868ec9c9e6a68c5f10c48.zip
turd polish: use LDSTATIC=${STATIC} instead of LDFLAGS+=-static
Diffstat (limited to 'regress/libexec')
-rw-r--r--regress/libexec/ld.so/randomdata/prog-static/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/libexec/ld.so/randomdata/prog-static/Makefile b/regress/libexec/ld.so/randomdata/prog-static/Makefile
index 9afb852bc9d..bcd93da37d9 100644
--- a/regress/libexec/ld.so/randomdata/prog-static/Makefile
+++ b/regress/libexec/ld.so/randomdata/prog-static/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.1.1.1 2012/08/16 17:21:05 matthew Exp $
+# $OpenBSD: Makefile,v 1.2 2012/08/16 19:59:50 matthew Exp $
PROG= prog
+LDSTATIC= ${STATIC}
LDADD+= -L$(LIBAADIR) -laa
DPADD+= $(LIBAA)
-LDFLAGS+= -static
.PATH: $(.CURDIR)/../prog
.include <bsd.regress.mk>