Skip to content

Commit a578c35

Browse files
committed
Merge pull request #148 from librehat/v1.5.2
Enable shared library on Debian
2 parents c0b5a13 + 1f50ad9 commit a578c35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debian/rules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
# This has to be exported to make some magic below work.
1717
export DH_OPTIONS
1818

19+
override_dh_auto_configure:
20+
dh_auto_configure -- \
21+
--enable-shared
1922

2023
%:
2124
dh $@

0 commit comments

Comments
 (0)