File: rules

package info (click to toggle)
ngrep 1.47%2Bds1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 672 kB
  • sloc: sh: 3,119; ansic: 1,427; makefile: 70; perl: 56
file content (14 lines) | stat: -rwxr-xr-x 269 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 DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure --				\
		--enable-pcre2				\
		--enable-ipv6				\
		--enable-tcpkill			\
		--with-pcap-includes=/usr/include/pcap	\
		--disable-pcap-restart