blob: f82a5313d5ea3d010fb10920d64b3e23dc1cfee6 [file] [log] [blame]
Without this patch we see rpaths hardcoded into the build which results in QA
warnings. These rpaths are not needed so lets turn this off.
Upstream-Status: Inappropriate
(but could be turned into a proper configure option)
RP 2012/03/14
Index: slang-2.2.4/configure
===================================================================
--- slang-2.2.4.orig/configure 2012-03-14 23:40:01.283560679 +0000
+++ slang-2.2.4/configure 2012-03-14 23:41:18.023558900 +0000
@@ -6246,68 +6246,7 @@ esac
ELF_CFLAGS="$ELF_CFLAGS $IEEE_CFLAGS"
CFLAGS="$CFLAGS $IEEE_CFLAGS"
-
-if test "X$libdir" != "X"
-then
- if test "X$RPATH" = "X"
- then
-
-case "$host_os" in
- *linux*|*solaris* )
- if test "X$GCC" = Xyes
- then
- if test "X$ac_R_nospace" = "Xno"
- then
- RPATH="-Wl,-R,"
- else
- RPATH="-Wl,-R"
- fi
- else
- if test "X$ac_R_nospace" = "Xno"
- then
- RPATH="-R "
- else
- RPATH="-R"
- fi
- fi
- ;;
- *osf*|*openbsd*|*freebsd*)
- if test "X$GCC" = Xyes
- then
- RPATH="-Wl,-rpath,"
- else
- RPATH="-rpath "
- fi
- ;;
- *netbsd*)
- if test "X$GCC" = Xyes
- then
- RPATH="-Wl,-R"
- fi
- ;;
-esac
-
- if test "X$RPATH" != "X"
- then
- RPATH="$RPATH$libdir"
- fi
- else
- _already_there=0
- for X in `echo $RPATH | sed 's/:/ /g'`
- do
- if test "$X" = "$libdir"
- then
- _already_there=1
- break
- fi
- done
- if test $_already_there = 0
- then
- RPATH="$RPATH:$libdir"
- fi
- fi
-fi
-
+RPATH=""
# The cast to long int works around a bug in the HP C Compiler
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects