kernel: update linux 3.2 to 3.2.12
[openwrt.git] / tools / libtool / patches / 000-relocatable.patch
index d7f4fef..c36b806 100644 (file)
  
 --- 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@"}
-+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//"}
  
-@@ -2476,10 +2476,17 @@ func_check_macros ()
+@@ -2476,10 +2480,17 @@ func_check_macros ()
  
    # Locations for important files:
    prefix=@prefix@
This page took 0.031082 seconds and 4 git commands to generate.