Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 575498
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +8 lines)
Line  Link Here
0
-- a/configure.ac
0
++ b/configure.ac
Lines 446-451 AC_CHECK_DECL([IUTF8], Link Here
446
# Checks for protobuf
446
# Checks for protobuf
447
PKG_CHECK_MODULES([protobuf], [protobuf])
447
PKG_CHECK_MODULES([protobuf], [protobuf])
448
448
449
# On Debian Sid 2016-03-16ish at least, "pkgconfig --libs protobuf"
450
# gives us the bogus "-lprotobuf -pthread -lpthread"; remove
451
# "-lpthread" which misconfigures compile, causing a segfault in
452
# mosh-server.
453
AS_IF([echo "$protobuf_LIBS" | grep -q -- -pthread],
454
  [protobuf_LIBS="`echo $protobuf_LIBS | sed 's/-lpthread//g'`"])
455
449
# Bash completion needs to ask where it goes if >= 2.0 is installed.
456
# Bash completion needs to ask where it goes if >= 2.0 is installed.
450
AS_IF([test "$install_completion" != no],
457
AS_IF([test "$install_completion" != no],
451
  [PKG_CHECK_MODULES([BASH_COMPLETION], [bash-completion >= 2.0],
458
  [PKG_CHECK_MODULES([BASH_COMPLETION], [bash-completion >= 2.0],

Return to bug 575498