From: Bdale Garbee Date: Fri, 10 Jun 2011 16:57:26 +0000 (-0600) Subject: work around apparent failure of pkg-config in upstream source re com_err X-Git-Tag: debian/0.4b44-1~5 X-Git-Url: https://git.gag.com/?p=debian%2Fdump;a=commitdiff_plain;h=931aa1633f3c2b9950e61b861939c2d4d5ce605a work around apparent failure of pkg-config in upstream source re com_err --- 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 \