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

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --enable-linux-affinity --enable-taskstats \
		--enable-openvz --enable-vserver --enable-cgroup \
		--enable-unicode

© 2014-2024 Faster IT GmbH | imprint | privacy policy