Browse Source

build static library by default

pull/148/head
Symeon Huang 10 years ago
parent
commit
1f50ad9b82
1 changed files with 3 additions and 0 deletions
  1. 3
      debian/rules

3
debian/rules

@ -16,6 +16,9 @@
# This has to be exported to make some magic below work.
export DH_OPTIONS
override_dh_auto_configure:
dh_auto_configure -- \
--enable-shared
%:
dh $@
Loading…
Cancel
Save