board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / mcrypt / 0004-no-rpath.patch
bloba0813bcf00a9aa3c603a10150041ac4f11c3d379
1 Patch out rpath hardcoding since it completely ignores --disable-rpath
2 and other configure ways.
4 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
6 diff -Nura mcrypt-2.6.8.orig/config.rpath mcrypt-2.6.8/config.rpath
7 --- mcrypt-2.6.8.orig/config.rpath 2013-01-07 13:05:22.626883480 -0300
8 +++ mcrypt-2.6.8/config.rpath 2013-01-07 13:12:47.196090608 -0300
9 @@ -153,7 +153,7 @@
10 # here allows them to be overridden if necessary.
11 # Unlike libtool, we use -rpath here, not --rpath, since the documented
12 # option of GNU ld is called -rpath, not --rpath.
13 - hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
14 + hardcode_libdir_flag_spec=
15 case "$host_os" in
16 aix3* | aix4* | aix5*)
17 # On AIX/PPC, the GNU linker is very broken