tAdd LDFLAGS to mk build - mkports - recipes for building multiple softwares with mk(1)
HTML git clone git://z3bra.org/mkports
DIR Log
DIR Files
DIR Refs
---
DIR commit f04cdd4884741df0c4e3ec1fa387d23fd936e465
DIR parent 8228f02cf36dda4303f4fd6a38346d13e04685f1
HTML Author: Willy <willyatmailoodotorg>
Date: Tue, 7 Jun 2016 23:16:17 +0200
Add LDFLAGS to mk build
Diffstat:
M mk/mkfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/mk/mkfile b/mk/mkfile
t@@ -5,5 +5,5 @@ url = http://swtch.com/plan9port/unix/$pkg.tgz
<../config.mk
<../default.mk
-CFLAGS = $CFLAGS -c -I.
+CFLAGS = $CFLAGS -c -I. $LDFLAGS
MAKEFLAGS = PREFIX=$destdir