Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/binutils/2.19.50.0.1: README.history 08_all_binutils-RPATH_ENVVAR-smack.patch
Date: Fri, 28 Nov 2008 04:48:07
Message-Id: E1L5vGv-0007Wx-8q@stork.gentoo.org
1 vapier 08/11/28 04:48:05
2
3 Modified: README.history
4 08_all_binutils-RPATH_ENVVAR-smack.patch
5 Log:
6 fixup RPATH smack patch offsets #245478
7
8 Revision Changes Path
9 1.2 src/patchsets/binutils/2.19.50.0.1/README.history
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.19.50.0.1/README.history?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.19.50.0.1/README.history?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.19.50.0.1/README.history?r1=1.1&r2=1.2
14
15 Index: README.history
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.19.50.0.1/README.history,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- README.history 26 Oct 2008 10:01:09 -0000 1.1
22 +++ README.history 28 Nov 2008 04:48:05 -0000 1.2
23 @@ -1,3 +1,6 @@
24 +1.1 [pending]
25 + U 08_all_binutils-RPATH_ENVVAR-smack.patch
26 +
27 1.0 10.26.2008
28 + 03_all_binutils-2.15.92.0.2-ppc64-pie.patch
29 + 08_all_binutils-RPATH_ENVVAR-smack.patch
30
31
32
33 1.2 src/patchsets/binutils/2.19.50.0.1/08_all_binutils-RPATH_ENVVAR-smack.patch
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.19.50.0.1/08_all_binutils-RPATH_ENVVAR-smack.patch?rev=1.2&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.19.50.0.1/08_all_binutils-RPATH_ENVVAR-smack.patch?rev=1.2&content-type=text/plain
37 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/binutils/2.19.50.0.1/08_all_binutils-RPATH_ENVVAR-smack.patch?r1=1.1&r2=1.2
38
39 Index: 08_all_binutils-RPATH_ENVVAR-smack.patch
40 ===================================================================
41 RCS file: /var/cvsroot/gentoo/src/patchsets/binutils/2.19.50.0.1/08_all_binutils-RPATH_ENVVAR-smack.patch,v
42 retrieving revision 1.1
43 retrieving revision 1.2
44 diff -u -r1.1 -r1.2
45 --- 08_all_binutils-RPATH_ENVVAR-smack.patch 26 Oct 2008 10:01:09 -0000 1.1
46 +++ 08_all_binutils-RPATH_ENVVAR-smack.patch 28 Nov 2008 04:48:05 -0000 1.2
47 @@ -3,11 +3,11 @@
48
49 --- configure
50 +++ configure
51 -@@ -5355,6 +5355,7 @@
52 - *-*-darwin* | *-*-rhapsody* ) RPATH_ENVVAR=DYLD_LIBRARY_PATH ;;
53 +@@ -5601,6 +5601,7 @@ case "${host}" in
54 + *-*-mingw* | *-*-cygwin ) RPATH_ENVVAR=PATH ;;
55 *) RPATH_ENVVAR=LD_LIBRARY_PATH ;;
56 esac
57 +RPATH_ENVVAR="cant_touch_this_nah_nah_nah"
58
59 - # Record target_configdirs and the configure arguments for target and
60 - # build configuration in Makefile.
61 + # On systems where the dynamic library environment variable is PATH,
62 + if test "$RPATH_ENVVAR" = PATH; then