Correcting wrong configure call in rules.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d0f1ba4080
commit
ab06805de8
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -4,7 +4,7 @@
|
|||
dh ${@}
|
||||
|
||||
override_dh_auto_configure:
|
||||
LDFLAGS="${LDFLAGS} -static" ./configure --exec-prefix=/
|
||||
LDFLAGS="${LDFLAGS} -static" dh_auto_configure -- --exec-prefix=/
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
|
|
Loading…
Add table
Reference in a new issue