ソースを参照

Fix FTBFS, thanks Hideki Yamane. Closes: #725559

Christoph Biedl 11 年 前
コミット
7ca8afbf3c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -8,7 +8,7 @@ export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 	dh $@
 
 override_dh_auto_configure:
-	autoreconf
+	autoreconf --force --install
 	dh_auto_configure -- \
 		--prefix=/usr \
 		--mandir=/usr/share/man \