|
Line
Link Here
|
| 0 |
-- a/build-tools/krb5-config.in |
0 |
++ b/build-tools/krb5-config.in |
|
Lines 208-219
Link Here
|
| 208 |
|
208 |
|
| 209 |
|
209 |
|
| 210 |
if test -n "$do_libs"; then |
210 |
if test -n "$do_libs"; then |
| 211 |
# Assumes /usr/lib is the standard library directory everywhere... |
|
|
| 212 |
if test "$libdir" = /usr/lib; then |
| 213 |
libdirarg= |
| 214 |
else |
| 215 |
libdirarg="-L$libdir" |
| 216 |
fi |
| 217 |
# Ugly gross hack for our build tree |
211 |
# Ugly gross hack for our build tree |
| 218 |
lib_flags=`echo $CC_LINK | sed -e 's/\$(CC)//' \ |
212 |
lib_flags=`echo $CC_LINK | sed -e 's/\$(CC)//' \ |
| 219 |
-e 's/\$(PURE)//' \ |
213 |
-e 's/\$(PURE)//' \ |