Do not patch OpenBSD section now that FreeBSD has a section in
configure.in for VFS module building Submitted by: jmurdock@itraktech.com
This commit is contained in:
parent
8fec12e987
commit
0e82d2f452
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66210
@ -1,15 +1,15 @@
|
||||
--- source/configure.in.orig Fri Aug 9 08:52:09 2002
|
||||
+++ source/configure.in Fri Aug 9 08:53:11 2002
|
||||
--- source/configure.in.orig Thu Aug 29 07:05:30 2002
|
||||
+++ source/configure.in Sat Sep 7 20:54:21 2002
|
||||
@@ -884,7 +884,7 @@
|
||||
LDSHFLAGS="-shared"
|
||||
DYNEXP="-Wl,-Bdynamic"
|
||||
DYNEXP="-Wl,--export-dynamic"
|
||||
SONAMEFLAG="-Wl,-soname,"
|
||||
- PICFLAG="-fPIC"
|
||||
+ PICFLAG="-fPIC -DPIC"
|
||||
AC_DEFINE(STAT_ST_BLOCKSIZE,512)
|
||||
;;
|
||||
*irix*) AC_DEFINE(IRIX)
|
||||
@@ -1897,7 +1897,7 @@
|
||||
*openbsd*) BLDSHARED="true"
|
||||
@@ -1914,7 +1914,7 @@
|
||||
yes)
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(KRB5_AUTH)
|
||||
@ -18,7 +18,7 @@
|
||||
CFLAGS="$CFLAGS -I$withval/include"
|
||||
LDFLAGS="$LDFLAGS -L$withval/lib"
|
||||
;;
|
||||
@@ -2073,7 +2073,7 @@
|
||||
@@ -2090,7 +2090,7 @@
|
||||
AC_DEFINE(WITH_LDAP_SAM)
|
||||
LDAPLIBS="-lldap"
|
||||
AC_CHECK_LIB(lber, ber_bvfree, [LDAPLIBS="$LDAPLIBS -llber"])
|
||||
|
Loading…
Reference in New Issue
Block a user