File: STANDARD_configuration

package info (click to toggle)
lprng 3.8.B-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 4,260 kB
  • ctags: 2,422
  • sloc: ansic: 35,070; sh: 3,039; perl: 1,896; makefile: 379
file content (16 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (8)
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