diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-06-03 20:36:11 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-06-03 20:36:11 +0000 |
commit | c81c1d3fc4900c08c04cea6a6603371668155636 (patch) | |
tree | ca63dd9e1f3653200d065c9295b4f27dd59e0e49 | |
parent | 798d5be1c098887586e54b3b246f4284a815494e (diff) | |
download | vyos-strongswan-c81c1d3fc4900c08c04cea6a6603371668155636.tar.gz vyos-strongswan-c81c1d3fc4900c08c04cea6a6603371668155636.zip |
- strongSwan 4.x now uses a shared library, so do the right thing...
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 1bbae3ae3..0270c8e85 100755 --- a/debian/rules +++ b/debian/rules @@ -148,9 +148,8 @@ binary-common: dh_compress dh_fixperms -X etc/ipsec.conf -X etc/ipsec.secrets -X etc/ipsec.d -# dh_makeshlibs + dh_makeshlibs dh_installdeb -# dh_perl dh_shlibdeps dh_gencontrol dh_md5sums |