diff options
author | Yves-Alexis Perez <corsac@debian.org> | 2014-05-19 14:46:11 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@debian.org> | 2014-05-19 15:07:55 +0200 |
commit | a58eda8be0b619d340a5932cfb052e5041a4db85 (patch) | |
tree | 372f9005ed02413fa846cc9b4ff8fd204aaacec3 /debian/changelog | |
parent | e595bc42f25bf8991cac275cc591a54917f881f5 (diff) | |
download | vyos-strongswan-a58eda8be0b619d340a5932cfb052e5041a4db85.tar.gz vyos-strongswan-a58eda8be0b619d340a5932cfb052e5041a4db85.zip |
Fix FTBFS on kFreeBSD by always including stdint.h
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 715ff2f28..111204733 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ strongswan (5.1.3-4) UNRELEASED; urgency=medium * debian/control: - add build-dep on pkg-config. + * debian/patches: + - 03_pfkey-Always-include-stdint.h added, cherry-picked from upstream git: + always include of stdint.h. Fix FTBFS on kFreeBSD. -- Yves-Alexis Perez <corsac@debian.org> Mon, 19 May 2014 13:56:20 +0200 |