diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-05-28 01:09:20 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-05-28 01:09:20 +0000 |
commit | b5ee8a0541f5ec95e31b55d125b44e9f32376e52 (patch) | |
tree | edbe7d75927a742e87a0b4b93fa9f230437e4de8 /shells/bash2/files/patch-ad | |
parent | re-add file patch-aq... (diff) |
Fixes for freebsd,ELF,-current
Upgrade docs to 2.03
Notes
Notes:
svn path=/head/; revision=19030
Diffstat (limited to 'shells/bash2/files/patch-ad')
-rw-r--r-- | shells/bash2/files/patch-ad | 18 |
1 files changed, 18 insertions, 0 deletions
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*) |