projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: update linux 3.2 to 3.2.12
[openwrt.git]
/
tools
/
libtool
/
patches
/
000-relocatable.patch
diff --git
a/tools/libtool/patches/000-relocatable.patch
b/tools/libtool/patches/000-relocatable.patch
index
d7f4fef
..
c36b806
100644
(file)
--- a/
tools/libtool/patches/000-relocatable.patch
+++ b/
tools/libtool/patches/000-relocatable.patch
@@
-11,16
+11,20
@@
--- a/libtoolize.in
+++ b/libtoolize.in
--- a/libtoolize.in
+++ b/libtoolize.in
-@@ -334,7 +334,
7
@@ test "${ECHO+set}" = set || ECHO=${as_ec
+@@ -334,7 +334,
11
@@ test "${ECHO+set}" = set || ECHO=${as_ec
: ${MKDIR="mkdir"}
: ${MV="mv -f"}
: ${RM="rm -f"}
-: ${SED="@SED@"}
: ${MKDIR="mkdir"}
: ${MV="mv -f"}
: ${RM="rm -f"}
-: ${SED="@SED@"}
-+test "${STAGING_DIR+set}" = set && ${SED="$STAGING_DIR/../host/bin/sed"} || ${SED="@SED@"}
++if test -n "$STAGING_DIR"; then
++ : ${SED="$STAGING_DIR/../host/bin/sed"}
++else
++ : ${SED="@SED@"}
++fi
: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
: ${Xsed="$SED -e 1s/^X//"}
: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
: ${Xsed="$SED -e 1s/^X//"}
-@@ -2476,10 +24
76
,17 @@ func_check_macros ()
+@@ -2476,10 +24
80
,17 @@ func_check_macros ()
# Locations for important files:
prefix=@prefix@
# Locations for important files:
prefix=@prefix@
This page took
0.029591 seconds
and
4
git commands to generate.