aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 0c8d9e487e9cf537884030ca06d3756d729f6ca3 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND=-pthread -I/usr/include/libnl3

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export BUILD_DATE = $(shell LC_ALL=C date -u --date="`dpkg-parsechangelog -SDate`")

%:
	dh $@ --with autotools_dev