ncurses-02-rpath.diff revision 17176
10139N/A--- ncurses-5.7/configure.orig Mon Jul 20 14:54:49 2009
10139N/A+++ ncurses-5.7/configure Mon Jul 20 14:57:21 2009
10139N/A@@ -5242,7 +5242,7 @@
12279N/A # tested with SunOS 5.5.1 (solaris 2.5.1) and gcc 2.7.2
10139N/A # tested with SunOS 5.10 (solaris 10) and gcc 3.4.3
10139N/A if test "$DFT_LWR_MODEL" = "shared" ; then
10139N/A- LOCAL_LDFLAGS="-R \$(LOCAL_LIBDIR):\${libdir}"
17185N/A+ LOCAL_LDFLAGS="-R \${libdir}"
10139N/A LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
17178N/A fi
18603N/A if test "$cf_cv_ld_rpath" = yes ; then
17178N/A