aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: d5bcbe33410c0a7a4d912e8a793a5ec52235485d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/usr/bin/make -f

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

ifeq (linux,$(DEB_HOST_ARCH_OS))
	ARCH_DEPENDENT_CONFIGURE_PARAMS = --enable-linux-affinity
else
	ARCH_DEPENDENT_CONFIGURE_PARAMS = --enable-hwloc
endif

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		--enable-taskstats \
		--enable-openvz \
		--enable-vserver \
		--enable-cgroup \
		--enable-unicode \
		$(ARCH_DEPENDENT_CONFIGURE_PARAMS)

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