blob: dc7819f447e317105e0f7802e8d8526e34d562ab (
plain)
1
2
3
4
5
6
7
8
|
--- ltmain.sh
+++ ltmain.sh
@@ -2208,4 +2208,4 @@
relink)
- if test "$hardcode_direct" = yes; then
+ if false && test "$hardcode_direct" = yes; then
add="$dir/$linklib"
elif test "$hardcode_minus_L" = yes; then
|