summaryrefslogtreecommitdiff
path: root/login
diff options
context:
space:
mode:
Diffstat (limited to 'login')
-rw-r--r--login/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/login/Makefile b/login/Makefile
index 011724cb5d..33f4c57193 100644
--- a/login/Makefile
+++ b/login/Makefile
@@ -30,7 +30,7 @@ routines := getlogin getlogin_r setlogin getlogin_r_chk \
utmp_file utmpname updwtmp getpt grantpt unlockpt ptsname \
ptsname_r_chk
-CFLAGS-grantpt.c = -DLIBEXECDIR='"$(libexecdir)"'
+CFLAGS-grantpt.c += -DLIBEXECDIR='"$(libexecdir)"'
others = utmpdump
@@ -53,7 +53,7 @@ libutil-routines:= login login_tty logout logwtmp openpty forkpty
include ../Rules
-CFLAGS-getpt.c = -fexceptions
+CFLAGS-getpt.c += -fexceptions
ifeq (yesyes,$(have-fpie)$(build-shared))
pt_chown-cflags += $(pie-ccflag)
@@ -61,7 +61,7 @@ endif
ifeq (yes,$(have-libcap))
libcap = -lcap
endif
-CFLAGS-pt_chown.c = $(pt_chown-cflags)
+CFLAGS-pt_chown.c += $(pt_chown-cflags)
LDLIBS-pt_chown = $(libcap)
ifeq (yesyes,$(have-fpie)$(build-shared))
LDFLAGS-pt_chown = -Wl,-z,now