Skip to content
Snippets Groups Projects
Commit 331afb84 authored by Guido Günther's avatar Guido Günther
Browse files

Move build rules

to make sure DEB_BUILD_ARCH_OS is properly defined.

Thanks: Serge E. Hallyn
parent 6e389eec
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@
DEB_BUILD_PARALLEL = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/class/python-distutils.mk
ifneq (,$(findstring $(DEB_HOST_ARCH), i386 amd64))
DEB_MAKE_CHECK_TARGET = check
WITH_XEN = --with-xen
......@@ -40,9 +44,6 @@ else
WITH_LXC = --without-lxc
endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/class/python-distutils.mk
DEB_CONFIGURE_EXTRA_FLAGS := \
--disable-rpath \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment