From 5e9052be32acc06d1c24ab38d293ce5c134474cc Mon Sep 17 00:00:00 2001 From: "David W. Chapman Jr." Date: Fri, 5 Jul 2002 16:17:26 +0000 Subject: [PATCH] Fix so it will work with pam_winbindd Submitted by: jerry_murdock@yahoo.com --- net/samba/files/patch-ba | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/net/samba/files/patch-ba b/net/samba/files/patch-ba index 3c49ea9309c7..02e57e15c31c 100644 --- a/net/samba/files/patch-ba +++ b/net/samba/files/patch-ba @@ -1,5 +1,14 @@ --- source/configure.in.orig Sat Jun 8 07:55:55 2002 +++ source/configure.in Mon Jun 17 18:15:30 2002 +@@ -884,7 +884,7 @@ + LDSHFLAGS="-shared" + DYNEXP="-Wl,-Bdynamic" + SONAMEFLAG="-Wl,-soname," +- PICFLAG="-fPIC" ++ PICFLAG="-fPIC -DPIC" + AC_DEFINE(STAT_ST_BLOCKSIZE,512) + ;; + *irix*) AC_DEFINE(IRIX) @@ -1897,7 +1897,7 @@ yes) AC_MSG_RESULT(yes)