[packages] stunnel: remove private libtool copy, extend crosscompile fixes to ac template

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24353 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-08 17:33:22 +00:00
parent 9c8bd87290
commit 9155006a61
2 changed files with 6674 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -111,3 +111,16 @@
# Check for obsolete RSAref library
{ echo "$as_me:$LINENO: checking for obsolete RSAref library" >&5
--- a/configure.ac
+++ b/configure.ac
@@ -44,10 +44,6 @@ AC_EGREP_HEADER(socklen_t, sys/socket.h,
AC_MSG_RESULT([no (defined as int)])
AC_DEFINE(socklen_t, int))
-AC_MSG_NOTICE([**************************************** 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_MSG_NOTICE([**************************************** entropy])
AC_ARG_WITH(egd-socket,