File: rules

package info (click to toggle)
fcgiwrap 1.1.0-16
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 304 kB
  • sloc: ansic: 703; sh: 199; makefile: 35
file content (14 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

ifeq (linux,$(DEB_HOST_ARCH_OS))
CONFIGURE_FLAGS += --with-systemd \
		   --with-systemdsystemunitdir=/usr/lib/systemd/system
endif

override_dh_auto_configure:
	dh_auto_configure -- $(CONFIGURE_FLAGS)