From 931aa1633f3c2b9950e61b861939c2d4d5ce605a Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 10 Jun 2011 10:57:26 -0600 Subject: [PATCH] work around apparent failure of pkg-config in upstream source re com_err --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 20d7a0a..2a32f3a 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ configure-stamp: dh_testdir cp -f /usr/share/misc/config.sub config.sub cp -f /usr/share/misc/config.guess config.guess - ./configure \ + EXT2FS_LIBS="-lext2fs -lcom_err" ./configure \ --prefix=/usr \ --with-ccopts="-O2 -g -Wall" \ --with-dumpdatespath=/var/lib/dumpdates \ -- 2.30.2