Package: ssh-agent-filter Version: 0.4-1 Followup-For: Bug #759859 Tags: patch X-Debbugs-Cc: [email protected] User: [email protected] Usertags: ppc64el
Dear Maintainer, The package ssh-agent-filter fails to build on ppc64le, as it needs changes in Makefile to include pthread library so that it builds correctly. Thanks for considering the patch! Thanks and regards, Brahadambal -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: ppc64el (ppc64le) Kernel: Linux 3.16-trunk-powerpc64le (SMP w/32 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
--- ssh-agent-filter-0.4.orig/Makefile +++ ssh-agent-filter-0.4/Makefile @@ -20,7 +20,7 @@ CXXFLAGS ?= -g -O2 -Wall -Wold-style-cas CPPFLAGS += -D_FILE_OFFSET_BITS=64 CXXFLAGS += -std=c++11 -LDLIBS = -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle +LDLIBS = -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle -lpthread all: ssh-agent-filter.1 afssh.1 ssh-askpass-noinput.1

