]> err.no Git - util-linux/commitdiff
cleanup configure invocation, enable partx
authorLaMont Jones <lamont@mix.mmjgroup.com>
Tue, 10 Jul 2007 06:05:22 +0000 (00:05 -0600)
committerLaMont Jones <lamont@mix.mmjgroup.com>
Tue, 10 Jul 2007 06:05:22 +0000 (00:05 -0600)
debian/rules

index 8401c84d07d4733e7dc35370a2877274056fdfdb..0c9cadfef38aca064ad1dc110c0aebc75a99abe2 100755 (executable)
@@ -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