diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-08-08 01:20:18 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-08-08 01:20:18 +0000 |
commit | dc590a57d4566d42ff3a78dcead5fe6e62b38517 (patch) | |
tree | 6cdc6b64532c8c303139f7f415464d14c1c6fbc2 /security/krb5-17/files/patch-lib::kdb::configure | |
parent | PostgreSQL's now in 7.4 beta1. This update includes a few fixes after (diff) |
Update 1.2.8 --> 1.3
Notes
Notes:
svn path=/head/; revision=86530
Diffstat (limited to 'security/krb5-17/files/patch-lib::kdb::configure')
-rw-r--r-- | security/krb5-17/files/patch-lib::kdb::configure | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/security/krb5-17/files/patch-lib::kdb::configure b/security/krb5-17/files/patch-lib::kdb::configure deleted file mode 100644 index dcb351933336..000000000000 --- a/security/krb5-17/files/patch-lib::kdb::configure +++ /dev/null @@ -1,18 +0,0 @@ ---- lib/kdb/configure.orig Tue Apr 8 17:11:56 2003 -+++ lib/kdb/configure Wed May 7 13:42:32 2003 -@@ -2203,13 +2203,14 @@ - PICFLAGS=-fpic - if test "x$objformat" = "xelf" ; then - SHLIBVEXT='.so.$(LIBMAJOR)' -+ LDCOMBINE='cc -shared -Wl,-soname,lib$(LIB)$(SHLIBVEXT)' - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) -Wl,-rpath -Wl,$(PROG_RPATH)' - else -+ LDCOMBINE='ld -Bshareable' - SHLIBVEXT='.so.$(LIBMAJOR).$(LIBMINOR)' - CC_LINK_SHARED='$(CC) $(PROG_LIBPATH) -R$(PROG_RPATH)' - fi - SHLIBEXT=.so -- LDCOMBINE='ld -Bshareable' - SHLIB_EXPFLAGS='-R$(SHLIB_RDIRS) $(SHLIB_DIRS) $(SHLIB_EXPLIBS)' - CC_LINK_STATIC='$(CC) $(PROG_LIBPATH)' - RUN_ENV='LD_LIBRARY_PATH=`echo $(PROG_LIBPATH) | sed -e "s/-L//g" -e "s/ /:/g"`; export LD_LIBRARY_PATH;' |