From 0edd90d2a9fba9871f732e3b433e13e261c0bca2 Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Tue, 10 Jul 2007 00:05:22 -0600 Subject: [PATCH] cleanup configure invocation, enable partx --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8401c84d..0c9cadfe 100755 --- a/debian/rules +++ b/debian/rules @@ -38,10 +38,12 @@ CFDISK_PO_DIR=cfdisk-po CFDISK_POT=$(CFDISK_PO_DIR)/cfdisk.pot HISTORY=docs/v2.13-ReleaseNotes +CONFOPTS= --with-selinux --enable-raw --enable-rdev --enable-partx +#CONFOPTS += --with-fsprobe=volume_id build: $(checkdir) - ./configure --with-selinux --enable-raw --enable-rdev # --with-fsprobe=volume_id + ./configure $(CONFOPTS) $(MAKE) all CPU=$(arch) arch=$(arch) touch build -- 2.39.5