diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-09 00:36:47 +0000 |
commit | f96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch) | |
tree | edb17ec2c4ea13c5acb1c7350957a249a820e28d /stunnel | |
parent | b6588aa6851fb220cedc387d21c51513ef8d67f4 (diff) |
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'stunnel')
-rw-r--r-- | stunnel/stunnel-4.05/automake.patch | 9 | ||||
-rw-r--r-- | stunnel/stunnel-4.05/configure.patch | 31 |
2 files changed, 40 insertions, 0 deletions
diff --git a/stunnel/stunnel-4.05/automake.patch b/stunnel/stunnel-4.05/automake.patch index e69de29bb2..a1baa151d5 100644 --- a/stunnel/stunnel-4.05/automake.patch +++ b/stunnel/stunnel-4.05/automake.patch @@ -0,0 +1,9 @@ +diff -urN stunnel-4.05.orig/Makefile.am stunnel-4.05/Makefile.am +--- stunnel-4.05.orig/Makefile.am 2003-01-11 23:30:48.000000000 -0500 ++++ stunnel-4.05/Makefile.am 2004-03-21 20:57:58.000000000 -0500 +@@ -1,4 +1,4 @@ +-SUBDIRS = src doc tools ++SUBDIRS = src doc + + # extra_src = src/gui.c src/resources.rc src/stunnel.ico src/stunnel.exe + # extra_doc = doc/stunnel.pod doc/stunnel.8 doc/stunnel.html doc/en doc/pl diff --git a/stunnel/stunnel-4.05/configure.patch b/stunnel/stunnel-4.05/configure.patch index e69de29bb2..090f28dc8e 100644 --- a/stunnel/stunnel-4.05/configure.patch +++ b/stunnel/stunnel-4.05/configure.patch @@ -0,0 +1,31 @@ +diff -urN stunnel-4.05.orig/configure.ac stunnel-4.05/configure.ac +--- stunnel-4.05.orig/configure.ac 2003-12-28 15:47:49.000000000 -0500 ++++ stunnel-4.05/configure.ac 2004-03-21 20:43:07.000000000 -0500 +@@ -71,11 +71,11 @@ + [RANDOM_FILE="$withval"], + [ + dnl Check for random device +- AC_CHECK_FILE("/dev/urandom", +- [ ++# AC_CHECK_FILE("/dev/urandom", ++# [ + RANDOM_FILE="/dev/urandom"; +- ] +- ) ++# ] ++# ) + ] + ) + if test -n "$RANDOM_FILE" ; then +@@ -176,8 +176,9 @@ + [AC_MSG_RESULT([no])]; LIBS="$saved_LIBS") + + dnl Check PTY device files. +-AC_CHECK_FILE("/dev/ptmx", AC_DEFINE(HAVE_DEV_PTMX)) +-AC_CHECK_FILE("/dev/ptc", AC_DEFINE(HAVE_DEV_PTS_AND_PTC)) ++AC_DEFINE(HAVE_DEV_PTMX) ++#AC_CHECK_FILE("/dev/ptmx", AC_DEFINE(HAVE_DEV_PTMX)) ++#AC_CHECK_FILE("/dev/ptc", AC_DEFINE(HAVE_DEV_PTS_AND_PTC)) + + dnl Checks for header files. + # AC_HEADER_DIRENT |