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 !
1 file changed, 1 insertion(+), 2 deletions(-)

 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 !
src/lib/Makefile.am | 7 5 + 2 - 0 !
src/withsctp/Makefile.am | 3 2 + 1 - 0 !
3 files changed, 14 insertions(+), 3 deletions(-)

 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 !
src/withsctp/withsctp.in | 3 2 + 1 - 0 !
2 files changed, 4 insertions(+), 2 deletions(-)

 withsctp: use @package_version@ in withsctp.h

use @PACKAGE_VERSION@ to replace the hardcode version.

Signed-off-by: Xin Long <lucien.xin@gmail.com>