work around apparent failure of pkg-config in upstream source re com_err
authorBdale Garbee <bdale@gag.com>
Fri, 10 Jun 2011 16:57:26 +0000 (10:57 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 10 Jun 2011 16:57:26 +0000 (10:57 -0600)
debian/rules

index 20d7a0af0ac3b863cf005962f4c3b332036cf438..2a32f3a447f34f864cb9bbb35b7538b3cce7d889 100755 (executable)
@@ -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 \