File: rules

package info (click to toggle)
apachetop 0.18.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: cpp: 3,005; makefile: 25; sh: 1
file content (14 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	dh ${@} --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- \
		--bindir=\$${prefix}/sbin \
		--with-logfile=/var/log/apache2/access.log \
		--with-no-fam --with-no-kqueue