mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix so it will work with pam_winbindd
Submitted by: jerry_murdock@yahoo.com
This commit is contained in:
parent
b8d0800cce
commit
5e9052be32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62487
1 changed files with 9 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue