Package: lksctp-tools / 1.0.18+dfsg-1
Metadata
| Package | Version | Patches format |
|---|---|---|
| lksctp-tools | 1.0.18+dfsg-1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| build fix netinet sctp.h not to be installed.patch | (download) |
src/include/netinet/Makefile.am |
3 1 + 2 - 0 ! |
build: fix netinet/sctp.h not to be installed
After libcnetinet_HEADERS was set to sctp.h.in, netinet/sctp.h can
no longer be installed into ${includedir}.
Since "AC_CONFIG_HEADERS([src/include/netinet/sctp.h])" is already
added into configure.ac, there's no need to generate sctp.h by
automake.
So we simply set libcnetinet_HEADERS back to sctp.h.
Fixes: 9607dd85e70a ("netinet/sctp.h: dynamically build based on system setup")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>
(cherry picked from commit 378560050a8f93786c590cc99a55461666205b61)
|
| configure.ac add CURRENT REVISION and AGE for libsctp and.patch | (download) |
configure.ac |
7 7 + 0 - 0 ! |
configure.ac: add current revision and age for libsctp and libwithsctp Add CURRENT REVISION and AGE for libsctp and libwithsctp in configure.ac to update these 2 library version information. Compatible with before, they will start from 1:18:0. But each will get updated according to their definitions in the future. Signed-off-by: Xin Long <lucien.xin@gmail.com> |
| withsctp use PACKAGE_VERSION in withsctp.h.patch | (download) |
Makefile.rules |
3 2 + 1 - 0 ! |
withsctp: use @package_version@ in withsctp.h use @PACKAGE_VERSION@ to replace the hardcode version. Signed-off-by: Xin Long <lucien.xin@gmail.com> |
1
