diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-12-17 19:05:17 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-12-17 19:05:17 +0000 |
commit | 95b3a1e7a99fee3456a1cc3f3c6e1175c4dc042e (patch) | |
tree | 2a75c84fb5cb365ba3db8272e77271565e954781 /security/pam_smb/files/patch-ab | |
parent | Fix default location of sendmail binary (diff) |
After much delay, I am finally able to test pam_smb again, which means
we can update to the latest version. Hooray!
PR: ports/26913
Submitted by: dwcjr
Notes
Notes:
svn path=/head/; revision=51683
Diffstat (limited to 'security/pam_smb/files/patch-ab')
-rw-r--r-- | security/pam_smb/files/patch-ab | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/security/pam_smb/files/patch-ab b/security/pam_smb/files/patch-ab deleted file mode 100644 index 061642f99a7e..000000000000 --- a/security/pam_smb/files/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.in.orig Wed Jun 20 05:49:59 2001 -+++ configure.in Wed Jun 20 05:51:27 2001 -@@ -138,6 +138,14 @@ - LD_FLAGS="" - LD_SEARCH_FLAGS='-R ${LIB_RUNTIME_DIR}' - ;; -+ FreeBSD*) -+ SHLIB_CFLAGS="-fPIC -DPIC" -+ SHLIB_LD="gcc -shared" -+ SHLIB_LD_LIBS="-lpam" -+ SHLIB_SUFFIX=".so" -+ LD_FLAGS="" -+ LD_SEARCH_FLAGS="" -+ ;; - esac - - if test "$CC" = "gcc" -o `$CC -v 2>&1 | grep -c gcc` != "0" ; then |