File: rules

package info (click to toggle)
dillo 3.0.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,392 kB
  • sloc: cpp: 33,629; ansic: 19,436; sh: 4,006; makefile: 561; perl: 131
file content (16 lines) | stat: -rwxr-xr-x 332 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

#export DH_VERBOSE=1

# Needed on non-linux architectures, see http://bugs.debian.org/713956
ifneq ($(DEB_BUILD_ARCH_OS),linux)
export DEB_LDFLAGS_MAINT_APPEND=-lpthread
endif

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --enable-ipv6 --enable-ssl