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

(-)gst-python-0.10.8.orig/configure.ac (+11 lines)
Lines 334-339 Link Here
334
334
335
AG_GST_VALGRIND_CHECK
335
AG_GST_VALGRIND_CHECK
336
336
337
AC_MSG_CHECKING([whether $LD accepts -z,lazy])
338
case `$LD -z,lazy -v 2>&1 </dev/null` in
339
*GNU* | *'with BFD'*)
340
  LDFLAGS="$LDFLAGS -Wl,-z,lazy"
341
  AC_MSG_RESULT([yes])
342
  ;;
343
*)
344
  AC_MSG_RESULT([no])
345
  ;;
346
esac
347
337
AC_OUTPUT([
348
AC_OUTPUT([
338
  Makefile
349
  Makefile
339
  codegen/Makefile
350
  codegen/Makefile

Return to bug 166221