12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
--- cmulocal/cyrus.m4
|
|
+++ cmulocal/cyrus.m4 2004/10/06 12:00:32
|
|
@@ -37,7 +37,7 @@
|
|
SAVE_LDFLAGS="${LDFLAGS}"
|
|
LDFLAGS="-R /usr/lib"
|
|
AC_TRY_LINK([],[],[andrew_runpath_switch="-R"], [
|
|
- LDFLAGS="-Wl,-rpath,/usr/lib"
|
|
+# LDFLAGS="-Wl,-rpath,/usr/lib"
|
|
AC_TRY_LINK([],[],[andrew_runpath_switch="-Wl,-rpath,"],
|
|
[andrew_runpath_switch="none"])
|
|
])
|