From 5edcf153d6ac9b69940d2978cd7408c571b4b218 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 27 Mar 2000 01:02:50 +0000 Subject: [PATCH] try to update to freebsd5 (and elf) git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8074 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/shared-libs.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cf/shared-libs.m4 b/cf/shared-libs.m4 index 8da8b30f5..1c36cc2dd 100644 --- a/cf/shared-libs.m4 +++ b/cf/shared-libs.m4 @@ -65,7 +65,7 @@ case "${host}" in install_symlink_command2='$(LN_S) -f $(LIB2) $(DESTDIR)$(libdir)/$(LIBNAME2).so.'"${SHLIB_SONAME}"';$(LN_S) -f $(LIB2) $(DESTDIR)$(libdir)/$(LIBNAME2).so' ;; changequote(,)dnl -*-*-freebsd[34]*) +*-*-freebsd[345]* | *-*-freebsdelf[345]*) changequote([,])dnl REAL_SHLIBEXT=so.$SHLIB_VERSION REAL_LD_FLAGS='-Wl,-R$(libdir)'