9724147344
Signed-off-by: Serge Hallyn <serge@hallyn.com>
13 lines
193 B
Bash
Executable File
13 lines
193 B
Bash
Executable File
#! /bin/sh
|
|
|
|
autoreconf -v -f --install || exit 1
|
|
|
|
./configure \
|
|
CFLAGS="-O2 -Wall" \
|
|
--enable-man \
|
|
--enable-maintainer-mode \
|
|
--enable-shared \
|
|
--without-libpam \
|
|
--with-selinux \
|
|
"$@"
|