components/ncurses/patches/ncurses-02-rpath.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 17 Dec 2012 16:11:21 -0800
changeset 1089 2a15dc132359
permissions -rw-r--r--
15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
Comment from ncurses.spec file:
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
date:2009-06-06 owner:jouby type:branding bugster:6754653
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
--- ncurses-5.7/configure.orig	Mon Jul 20 14:54:49 2009
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
+++ ncurses-5.7/configure	Mon Jul 20 14:57:21 2009
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
@@ -5242,7 +5242,7 @@
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
 		# tested with SunOS 5.5.1 (solaris 2.5.1) and gcc 2.7.2
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
 		# tested with SunOS 5.10 (solaris 10) and gcc 3.4.3
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
 		if test "$DFT_LWR_MODEL" = "shared" ; then
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
-			LOCAL_LDFLAGS="-R \$(LOCAL_LIBDIR):\${libdir}"
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
+			LOCAL_LDFLAGS="-R \${libdir}"
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
 			LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
 		fi
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
 		if test "$cf_cv_ld_rpath" = yes ; then