aboutsummaryrefslogtreecommitdiff
path: root/security/krb5-16/files/patch-appl::gssftp::configure
diff options
context:
space:
mode:
Diffstat (limited to 'security/krb5-16/files/patch-appl::gssftp::configure')
-rw-r--r--security/krb5-16/files/patch-appl::gssftp::configure18
1 files changed, 0 insertions, 18 deletions
diff --git a/security/krb5-16/files/patch-appl::gssftp::configure b/security/krb5-16/files/patch-appl::gssftp::configure
deleted file mode 100644
index b1150768685d..000000000000
--- a/security/krb5-16/files/patch-appl::gssftp::configure
+++ /dev/null
@@ -1,18 +0,0 @@
---- appl/gssftp/configure.orig Tue Apr 8 17:11:48 2003
-+++ appl/gssftp/configure Wed May 7 06:58:08 2003
-@@ -3990,13 +3990,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;'