mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
Remove a GCC specifig CFLAG. We should be using WARNS=? for this.
WARNS=? is not added here at this point, because I've not tested it on enough platforms, and I don't want to break builds.
This commit is contained in:
parent
e6ad40bb11
commit
804b0f979a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121192
@ -4,7 +4,7 @@
|
||||
LIB= util
|
||||
SHLIB_MAJOR= 3
|
||||
SHLIBDIR?= /lib
|
||||
CFLAGS+=-Wall -DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../libc/gen/
|
||||
CFLAGS+=-DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../libc/gen/
|
||||
CFLAGS+=-DINET6
|
||||
SRCS= _secure_path.c auth.c fparseln.c login.c login_auth.c \
|
||||
login_cap.c login_class.c login_crypt.c login_ok.c login_times.c \
|
||||
|
Loading…
Reference in New Issue
Block a user