Browse Source

Merge pull request #148 from librehat/v1.5.2

Enable shared library on Debian
pull/150/head
Max Lv 10 years ago
parent
commit
a578c35bd7
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