View | Details | Raw Unified | Return to bug 178732 | Differences between
and this patch

Collapse All | Expand All

(-)misc/gen-pkgconfig.in (-1 / +2 lines)
Lines 80-86 Link Here
80
	LDFLAGS="$LDFLAGS -L\${libdir}"
80
	LDFLAGS="$LDFLAGS -L\${libdir}"
81
fi
81
fi
82
if test "x@EXTRA_LDFLAGS@" != "x" ; then
82
if test "x@EXTRA_LDFLAGS@" != "x" ; then
83
	LDFLAGS="$LDFLAGS @EXTRA_LDFLAGS@"
83
	EXTRAFLAGS=$(echo "-Wl,-rpath ${RPATH_LIST} " | sed 's/ / -Wl,/')
84
	LDFLAGS="$LDFLAGS $EXTRAFLAGS"
84
fi
85
fi
85
86
86
# Check if we should specify the tinfo library explicitly so that terminfo
87
# Check if we should specify the tinfo library explicitly so that terminfo

Return to bug 178732