diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 00:39:05 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 00:39:05 +0000 |
commit | aa2ee091802a3f97a2cd5f5c0d260ae93620b321 (patch) | |
tree | 1059fc9213340ae397fe81484c1790d5e3548824 /ftp/oftpd/files/patch-configure | |
parent | Add accessx 9.50, a Tcl script to customise accessibility features for X. (diff) |
Add oftpd 0.3.3, a threaded, anonymous only FTP server designed for
security.
PR: 26243
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'ftp/oftpd/files/patch-configure')
-rw-r--r-- | ftp/oftpd/files/patch-configure | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/ftp/oftpd/files/patch-configure b/ftp/oftpd/files/patch-configure new file mode 100644 index 000000000000..7c83488f94a3 --- /dev/null +++ b/ftp/oftpd/files/patch-configure @@ -0,0 +1,56 @@ +--- configure.old Sat Mar 31 12:13:17 2001 ++++ configure Sat Mar 31 12:14:16 2001 +@@ -1121,14 +1121,14 @@ + fi + + +-echo $ac_n "checking for main in -lpthread""... $ac_c" 1>&6 +-echo "configure:1126: checking for main in -lpthread" >&5 ++echo $ac_n "checking for main with -pthread""... $ac_c" 1>&6 ++echo "configure:1126: checking for main with -pthread" >&5 + ac_lib_var=`echo pthread'_'main | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpthread $LIBS" ++LIBS="-pthread $LIBS" + cat > conftest.$ac_ext <<EOF + #line 1134 "configure" + #include "confdefs.h" +@@ -1158,7 +1158,7 @@ + #define $ac_tr_lib 1 + EOF + +- LIBS="-lpthread $LIBS" ++ LIBS="-pthread $LIBS" + + else + echo "$ac_t""no" 1>&6 +@@ -2311,14 +2311,14 @@ + fi + done + +-echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6 +-echo "configure:2316: checking for pthread_create in -lpthread" >&5 ++echo $ac_n "checking for pthread_create with -pthread""... $ac_c" 1>&6 ++echo "configure:2316: checking for pthread_create with -pthread" >&5 + ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'` + if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lpthread $LIBS" ++LIBS="$LIBS" + cat > conftest.$ac_ext <<EOF + #line 2324 "configure" + #include "confdefs.h" +@@ -2352,7 +2352,7 @@ + #define $ac_tr_lib 1 + EOF + +- LIBS="-lpthread $LIBS" ++ LIBS="$LIBS" + + else + echo "$ac_t""no" 1>&6 |