diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /stunnel | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'stunnel')
-rw-r--r-- | stunnel/stunnel-4.05/automake.patch | 9 | ||||
-rw-r--r-- | stunnel/stunnel-4.05/configure.patch | 31 | ||||
-rw-r--r-- | stunnel/stunnel_4.05.bb | 0 |
3 files changed, 0 insertions, 40 deletions
diff --git a/stunnel/stunnel-4.05/automake.patch b/stunnel/stunnel-4.05/automake.patch deleted file mode 100644 index a1baa151d5..0000000000 --- a/stunnel/stunnel-4.05/automake.patch +++ /dev/null @@ -1,9 +0,0 @@ -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 deleted file mode 100644 index 090f28dc8e..0000000000 --- a/stunnel/stunnel-4.05/configure.patch +++ /dev/null @@ -1,31 +0,0 @@ -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 diff --git a/stunnel/stunnel_4.05.bb b/stunnel/stunnel_4.05.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/stunnel/stunnel_4.05.bb +++ /dev/null |