Add --disable-maintainer-mode to configure, for not running autotools foo
This commit is contained in:
parent
9a7840a3af
commit
88b130b349
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -84,6 +84,7 @@ config.status: configure
|
|||
PGINCLUDE="-I`pg_config --includedir`" PGLIBS="-lpq -lcrypt" \
|
||||
CFLAGS="$(CFLAGS)" \
|
||||
./configure \
|
||||
--disable-maintainer-mode \
|
||||
--host=$(DEB_HOST_GNU_TYPE) \
|
||||
--build=$(DEB_BUILD_GNU_TYPE) \
|
||||
--prefix=/usr \
|
||||
|
|
Loading…
Reference in a new issue