Package: udt / 4.11+dfsg1-2

Metadata

Package Version Patches format
udt 4.11+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Link against libpthread.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link against libpthread

Since UDT uses the pthread library, it is appropriate to link against
it so that those symbols are defined.

0002 Set soname on shared library.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 set soname on shared library

This will allow multiple future versions of the library to be installed
on a system without breaking existing binaries.

enable portability beyond i386 and amd64.patch | (download)

app/Makefile | 35 1 + 34 - 0 !
src/Makefile | 30 1 + 29 - 0 !
src/channel.cpp | 4 2 + 2 - 0 !
src/common.cpp | 14 7 + 7 - 0 !
src/epoll.cpp | 12 6 + 6 - 0 !
5 files changed, 17 insertions(+), 78 deletions(-)

 enable portability beyond i386 and amd64

Closes: #646778


fix fbtfs with as needed.patch | (download)

app/Makefile | 2 1 + 1 - 0 !
src/Makefile | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix fbtfs with --as-needed

Closes: #722958


use cxx as c++ compiler name variable.patch | (download)

app/Makefile | 14 7 + 7 - 0 !
src/Makefile | 8 4 + 4 - 0 !
2 files changed, 11 insertions(+), 11 deletions(-)

 use cxx as c++ compiler name variable

Closes: #994675


fix_makefile.patch | (download)

Makefile | 28 23 + 5 - 0 !
1 file changed, 23 insertions(+), 5 deletions(-)

 rewrite makefile to make sure parallel build is possible