debian/rules: Drop duplicate --disable-silent-rules from configure run.
This commit is contained in:
parent
fa9d0d1b05
commit
40b483a060
3
debian/rules
vendored
3
debian/rules
vendored
@ -17,8 +17,7 @@ DEB_INSTALL_DOCS_ALL = README AUTHORS HACKING
|
||||
|
||||
DEB_CONFIGURE_SCRIPT := ./autogen.sh
|
||||
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --disable-silent-rules \
|
||||
--localstatedir=/var \
|
||||
DEB_CONFIGURE_EXTRA_FLAGS := --localstatedir=/var \
|
||||
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
|
||||
--includedir=/usr/include/$(DEB_HOST_MULTIARCH) \
|
||||
--libexecdir=/usr/libexec \
|
||||
|
Loading…
Reference in New Issue
Block a user