mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix static linked executable.
PR: 23370 Submitted by: MAINTAINER
This commit is contained in:
parent
7fba1a1446
commit
843544003e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35773
@ -18,7 +18,7 @@ USE_GMAKE= yes
|
||||
MAN8= gpart.8
|
||||
|
||||
.if defined(WANT_STATIC)
|
||||
LDFLAGS= -static
|
||||
MAKE_ARGS+= LDFLAGS=-static
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user