diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-11 22:37:26 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-11 22:37:26 +0000 |
commit | c92ae1890606b3f4e08f272eab0ae52c5ce10ac6 (patch) | |
tree | 10b42a5acea516c675f5b32c704249df65f836f5 /usr.bin/sudo | |
parent | d38b8e76bb088c2888bcc2ce3920ad0a9a86fa05 (diff) |
support LDSTATIC
Diffstat (limited to 'usr.bin/sudo')
-rw-r--r-- | usr.bin/sudo/Makefile.bsd-wrapper | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/sudo/Makefile.bsd-wrapper b/usr.bin/sudo/Makefile.bsd-wrapper index 2f89c058d89..4b4851c61e1 100644 --- a/usr.bin/sudo/Makefile.bsd-wrapper +++ b/usr.bin/sudo/Makefile.bsd-wrapper @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2003/03/16 02:15:32 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2003/04/11 22:37:25 millert Exp $ MAN= sudo.8 sudoers.5 visudo.8 BINOWN= root -XCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" LDFLAGS="${LDFLAGS}" +XCFLAGS= CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" \ + LDFLAGS="${LDFLAGS} ${LDSTATIC}" CONFIGURE_OPTS= --prefix=/usr --with-devel --with-insults --with-bsdauth \ --with-env-editor --disable-path-info --with-logfac=authpriv |