File: rules

package info (click to toggle)
softflowd 0.9.9-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 528 kB
  • ctags: 654
  • sloc: ansic: 3,618; sh: 315; perl: 196; makefile: 55
file content (14 lines) | stat: -rwxr-xr-x 316 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_HARDENING=1

override_dh_auto_configure:
	autoreconf
	dh_auto_configure -- \
		--host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
		--prefix=/usr --mandir=\$${prefix}/share/man \
		--infodir=\$${prefix}/share/info \
		CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"

%:
	dh $@