From: LaMont Jones Date: Tue, 10 Jul 2007 06:05:22 +0000 (-0600) Subject: cleanup configure invocation, enable partx X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0edd90d2a9fba9871f732e3b433e13e261c0bca2;p=util-linux cleanup configure invocation, enable partx --- 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