Add workaround for proper path detection
This commit is contained in:
parent
2d43babb6a
commit
c0584f6dff
1 changed files with 1 additions and 1 deletions
2
debian/rules
vendored
2
debian/rules
vendored
|
|
@ -7,7 +7,7 @@ include /usr/share/dpkg/default.mk
|
|||
dh $@ --with=autoreconf --parallel
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- --disable-static
|
||||
dh_auto_configure -- --disable-static --libdir /usr/lib
|
||||
|
||||
override_dh_autoreconf:
|
||||
echo ${DEB_VERSION_UPSTREAM} > .tarball-version
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue