Fix Makefile conditional after r344179
This commit is contained in:
parent
b3a27c81f3
commit
8094f70b77
@ -39,7 +39,7 @@ MK_DEBUG_FILES= no
|
||||
LDFLAGS+= -Wl,-znow
|
||||
.endif
|
||||
.if ${MK_PIE} != "no" && \
|
||||
!defined(NO_SHARED) || ${NO_SHARED} == "no" || ${NO_SHARED} == "NO"
|
||||
(!defined(NO_SHARED) || ${NO_SHARED} == "no" || ${NO_SHARED} == "NO")
|
||||
CFLAGS+= -fPIE
|
||||
CXXFLAGS+= -fPIE
|
||||
LDFLAGS+= -pie
|
||||
|
Loading…
x
Reference in New Issue
Block a user