repo/extra/sudo/build

17 lines
325 B
Plaintext
Raw Normal View History

2019-06-23 10:15:26 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--disable-nls \
--with-ignore-dot \
--with-insults=disabled \
--with-all-insults \
--without-sendmail \
--with-logfac=auth \
--disable-root-mailer \
--enable-pie \
--with-passprompt="[sudo] password for %p: "
make
make DESTDIR="$1" install