From b5ee8a0541f5ec95e31b55d125b44e9f32376e52 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 28 May 1999 01:09:20 +0000 Subject: Fixes for freebsd,ELF,-current Upgrade docs to 2.03 --- shells/bash2/files/patch-ad | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 shells/bash2/files/patch-ad (limited to 'shells/bash2/files/patch-ad') diff --git a/shells/bash2/files/patch-ad b/shells/bash2/files/patch-ad new file mode 100644 index 000000000000..b24eada42810 --- /dev/null +++ b/shells/bash2/files/patch-ad @@ -0,0 +1,18 @@ +--- support/shobj-conf.bak Tue Dec 29 23:05:29 1998 ++++ support/shobj-conf Fri May 28 04:34:07 1999 +@@ -86,13 +86,13 @@ + SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)' + ;; + +-freebsd3*) ++freebsd[34]*) + SHOBJ_CFLAGS=-fpic + SHOBJ_LD='${CC}' + SHOBJ_LDFLAGS='-shared' + + SHLIB_XLDFLAGS='-R$(libdir)' +- SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)$(SHLIB_MINOR)' ++ SHLIB_LIBVERSION='$(SHLIB_LIBSUFF).$(SHLIB_MAJOR)' + ;; + + linux*) -- cgit v1.2.3