blob: 4f86bacc767864f0224ad05a5712d390c6e6c68e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1.1.1 2000/10/21 18:41:54 rh Exp $
--- modules/pam_lastlog/Makefile.orig Sun Jul 12 07:17:17 1998
+++ modules/pam_lastlog/Makefile
@@ -26,7 +26,7 @@
export DYNAMIC=-DPAM_DYNAMIC
export CC=gcc
export CFLAGS=-O2 -Dlinux -DLINUX_PAM \
- -ansi -D_POSIX_SOURCE -Wall -Wwrite-strings \
+ -ansi -Wall -Wwrite-strings \
-Wpointer-arith -Wcast-qual -Wcast-align -Wtraditional \
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline \
-Wshadow -pedantic -fPIC
|