File: qconf

package info (click to toggle)
libpam-mount 2.22-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,312 kB
  • sloc: ansic: 6,266; sh: 5,298; makefile: 119; xml: 9
file content (8 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#!/bin/sh -ex

if [ ! -e configure ]; then
	./autogen.sh;
fi;
exec ./configure CFLAGS=-ggdb3 \
	LDFLAGS="-Wl,-z -Wl,defs -Wl,--as-needed" \
	--with-rundir="$PWD/run" "$@";