File: STANDARD_configuration

package info (click to toggle)
lprng 3.8.B-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,344 kB
  • sloc: ansic: 35,071; sh: 3,040; perl: 1,896; makefile: 380
file content (16 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
set -x
if [ -d /usr/share/man ] ; then
	mandir="--mandir=/usr/share/man"
fi
sh ./configure --prefix=/usr --sysconfdir=/etc $mandir \
 --disable-kerberos --enable-ssl --enable-force_localhost \
     LDFLAGS="$LDFLAGS" CPPFLAGS="$CPPFLAGS"

# Here are some more flags you may want:
#
# -L/usr/local/lib" CPPFLAGS="$CPPFLAGS -I/usr/local/include" \
# --enable-nls \
# --enable-kerberos --enable-mit_kerberos4 \
# --disable-ssl
# --disable-tcpwrappers