--- netatalk-2.0.2/etc/uams/Makefile.am.uams_no_pie 2004-08-10 23:11:07.000000000 -0400 +++ netatalk-2.0.2/etc/uams/Makefile.am 2005-02-21 14:30:23.000000000 -0500 @@ -1,5 +1,5 @@ # Makefile.am for etc/uams/ - +LDFLAGS = SUBDIRS = uams_krb4 # --- netatalk-2.0.2/macros/gssapi-check.m4.uams_no_pie 2004-06-18 03:57:19.000000000 -0400 +++ netatalk-2.0.2/macros/gssapi-check.m4 2005-02-21 14:58:26.000000000 -0500 @@ -126,7 +126,7 @@ if test x"$ac_cv_func_gss_acquire_cred" = x"yes"; then AC_DEFINE(HAVE_GSSAPI,1,[Whether to enable GSSAPI support]) AC_MSG_RESULT([yes]) - GSSAPI_LIBS="$LDFLAGS $LIBS" + GSSAPI_LIBS="$LIBS" else AC_MSG_RESULT([no]) if test x"$compilegssapi" = x"yes"; then