diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-07 20:33:34 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-05-07 20:33:34 +0000 |
commit | a4923c39c3983ccd9cafc9997bf931658b64f4a6 (patch) | |
tree | c15673f0cf49d401b8e6a3c5ba8063a294b0054e /shells/bash3/files/patch-ad | |
parent | Upgrade to 2.8.4dev1 (diff) |
Upgrade to 2.04
failglob patch removed - this sort of patches must be submitted to bash
maintainer
Diffstat (limited to 'shells/bash3/files/patch-ad')
-rw-r--r-- | shells/bash3/files/patch-ad | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/shells/bash3/files/patch-ad b/shells/bash3/files/patch-ad index b24eada42810..db321acb895b 100644 --- a/shells/bash3/files/patch-ad +++ b/shells/bash3/files/patch-ad @@ -1,18 +1,11 @@ ---- 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)' - ;; +--- support/shobj-conf.orig Tue Sep 21 21:03:43 1999 ++++ support/shobj-conf Mon May 8 00:12:30 2000 +@@ -97,7 +97,7 @@ + # ;; + # FreeBSD-3.x ELF -freebsd3*) -+freebsd[34]*) ++freebsd[3-9]*) 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*) |