summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-12-19 08:26:56 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-12-19 08:26:56 +0000
commit8c0f2429fbc4251953625e3995201a62e7bd0f31 (patch)
tree5c142dffdcbc32f79554a452d9c7282f542cab44 /patches
parent5d3e91cc2578245862236fc36fe77e538c325824 (diff)
downloadptxdist-8c0f2429fbc4251953625e3995201a62e7bd0f31.tar.gz
ptxdist-8c0f2429fbc4251953625e3995201a62e7bd0f31.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6522 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'patches')
-rw-r--r--patches/pure-ftpd-1.0.20/generic/configure_ac_crosscompile.diff55
-rw-r--r--patches/pure-ftpd-1.0.20/generic/configure_ac_remove-fssa.diff25
-rw-r--r--patches/pure-ftpd-1.0.20/generic/configure_crosscompile.diff82
-rw-r--r--patches/pure-ftpd-1.0.20/generic/configure_remove-fssa.diff25
-rw-r--r--patches/pure-ftpd-1.0.20/generic/series4
5 files changed, 0 insertions, 191 deletions
diff --git a/patches/pure-ftpd-1.0.20/generic/configure_ac_crosscompile.diff b/patches/pure-ftpd-1.0.20/generic/configure_ac_crosscompile.diff
deleted file mode 100644
index 3c9a4a672..000000000
--- a/patches/pure-ftpd-1.0.20/generic/configure_ac_crosscompile.diff
+++ /dev/null
@@ -1,55 +0,0 @@
-Index: pure-ftpd-1.0.20/configure.ac
-===================================================================
---- pure-ftpd-1.0.20.orig/configure.ac
-+++ pure-ftpd-1.0.20/configure.ac
-@@ -884,7 +884,7 @@ int main(void)
- return 0;
- }
- ]])],[CONF_SNPRINTF_TYPE=`cat conftestval`
--],[],[])
-+],[],[CONF_SNPRINTF_TYPE=8])
- AC_MSG_RESULT(done)
- if test "x$CONF_SNPRINTF_TYPE" = "x" ; then
- AC_MSG_WARN(your operating system doesn't implement snprintf)
-@@ -916,7 +916,9 @@ int main(void)
- AC_MSG_RESULT(yes)
- AC_DEFINE(SAFE_GETGROUPS_0,,[Define is getgroups(0, NULL) works on your system])
- ],[AC_MSG_RESULT(no)
--],[])
-+],[
-+AC_MSG_RESULT(no)
-+])
-
- AC_MSG_CHECKING(whether realpath likes unreadable directories)
- AC_RUN_IFELSE([AC_LANG_SOURCE([[
-@@ -977,7 +979,9 @@ AC_DEFINE(REALPATH_IGNORES_UNREADABLE_DI
- [Define if realpath() works on unreadable directories])
- ],[AC_MSG_RESULT(no)
- AC_DEFINE(USE_BUILTIN_REALPATH)
--],[])
-+],[AC_MSG_RESULT(no)
-+AC_DEFINE(USE_BUILTIN_REALPATH)
-+])
-
- AC_MSG_CHECKING(whether you already have a standard MD5 implementation)
- AC_RUN_IFELSE([AC_LANG_SOURCE([[
-@@ -1004,7 +1008,8 @@ AC_MSG_RESULT(yes)
- AC_DEFINE(USE_SYSTEM_CRYPT_MD5,,[Define if you already have standard
- MD5 functions])
- ],[AC_MSG_RESULT(no)
--],[])
-+],[AC_MSG_RESULT(no)
-+])
-
- AC_MSG_CHECKING(whether you already have a standard SHA1 implementation)
- AC_RUN_IFELSE([AC_LANG_SOURCE([[
-@@ -1030,7 +1035,8 @@ AC_MSG_RESULT(yes)
- AC_DEFINE(USE_SYSTEM_CRYPT_SHA1,,[Define if you already have standard
- SHA1 functions])
- ],[AC_MSG_RESULT(no)
--],[])
-+],[AC_MSG_RESULT(no)
-+])
-
- AC_MSG_CHECKING([whether we are inside a Virtuozzo virtual host])
- if test -d /proc/vz; then
diff --git a/patches/pure-ftpd-1.0.20/generic/configure_ac_remove-fssa.diff b/patches/pure-ftpd-1.0.20/generic/configure_ac_remove-fssa.diff
deleted file mode 100644
index 016809940..000000000
--- a/patches/pure-ftpd-1.0.20/generic/configure_ac_remove-fssa.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# Submitted:
-#
-# Sascha Hauer <s.hauer@pengutronix.de>, 2005-08-31
-#
-# This patch sets some defaults for cross compiling and
-# removes the -fssa switch from CFLAGS, because man gcc says
-# that this option is not ready for production use and it
-# produces internal compiler errrors here
-#
-# unknown
-#
-Index: pure-ftpd-1.0.20/configure.ac
-===================================================================
---- pure-ftpd-1.0.20.orig/configure.ac
-+++ pure-ftpd-1.0.20/configure.ac
-@@ -349,7 +349,7 @@ AC_ARG_WITH(minimal,
- AC_DEFINE(WITHOUT_ASCII)
- AC_DEFINE(NO_BANNER)
- AC_DEFINE(BORING_MODE)
-- CFLAGS="$CFLAGS -Os -ftracer -fomit-frame-pointer -fssa -fgcse -falign-functions=2 -falign-jumps=2 -fno-unroll-loops "
-+ CFLAGS="$CFLAGS -Os -ftracer -fomit-frame-pointer -fgcse -falign-functions=2 -falign-jumps=2 -fno-unroll-loops "
- LDFLAGS="$LDFLAGS -s "
- fi ])
-
diff --git a/patches/pure-ftpd-1.0.20/generic/configure_crosscompile.diff b/patches/pure-ftpd-1.0.20/generic/configure_crosscompile.diff
deleted file mode 100644
index 999435231..000000000
--- a/patches/pure-ftpd-1.0.20/generic/configure_crosscompile.diff
+++ /dev/null
@@ -1,82 +0,0 @@
-Index: pure-ftpd-1.0.20/configure
-===================================================================
---- pure-ftpd-1.0.20.orig/configure
-+++ pure-ftpd-1.0.20/configure
-@@ -18909,11 +18909,7 @@ rm -f conftest.err conftest.$ac_objext c
- echo "$as_me:$LINENO: checking whether snprintf is C99 conformant" >&5
- echo $ECHO_N "checking whether snprintf is C99 conformant... $ECHO_C" >&6
- if test "$cross_compiling" = yes; then
-- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&5
--echo "$as_me: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&2;}
-- { (exit 1); exit 1; }; }
-+ CONF_SNPRINTF_TYPE=8
- else
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
-@@ -18983,11 +18979,10 @@ fi
- echo "$as_me:$LINENO: checking whether getgroups 0 is sane" >&5
- echo $ECHO_N "checking whether getgroups 0 is sane... $ECHO_C" >&6
- if test "$cross_compiling" = yes; then
-- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&5
--echo "$as_me: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&2;}
-- { (exit 1); exit 1; }; }
-+
-+echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+
- else
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
-@@ -19051,11 +19046,13 @@ fi
- echo "$as_me:$LINENO: checking whether realpath likes unreadable directories" >&5
- echo $ECHO_N "checking whether realpath likes unreadable directories... $ECHO_C" >&6
- if test "$cross_compiling" = yes; then
-- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&5
--echo "$as_me: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&2;}
-- { (exit 1); exit 1; }; }
-+ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+cat >>confdefs.h <<\_ACEOF
-+#define USE_BUILTIN_REALPATH 1
-+_ACEOF
-+
-+
- else
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
-@@ -19157,11 +19154,9 @@ fi
- echo "$as_me:$LINENO: checking whether you already have a standard MD5 implementation" >&5
- echo $ECHO_N "checking whether you already have a standard MD5 implementation... $ECHO_C" >&6
- if test "$cross_compiling" = yes; then
-- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&5
--echo "$as_me: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&2;}
-- { (exit 1); exit 1; }; }
-+ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+
- else
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
-@@ -19226,11 +19221,9 @@ fi
- echo "$as_me:$LINENO: checking whether you already have a standard SHA1 implementation" >&5
- echo $ECHO_N "checking whether you already have a standard SHA1 implementation... $ECHO_C" >&6
- if test "$cross_compiling" = yes; then
-- { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&5
--echo "$as_me: error: cannot run test program while cross compiling
--See \`config.log' for more details." >&2;}
-- { (exit 1); exit 1; }; }
-+ echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+
- else
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
diff --git a/patches/pure-ftpd-1.0.20/generic/configure_remove-fssa.diff b/patches/pure-ftpd-1.0.20/generic/configure_remove-fssa.diff
deleted file mode 100644
index 140d6988f..000000000
--- a/patches/pure-ftpd-1.0.20/generic/configure_remove-fssa.diff
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# Submitted:
-#
-# Sascha Hauer <s.hauer@pengutronix.de>, 2005-08-31
-#
-# This patch sets some defaults for cross compiling and
-# removes the -fssa switch from CFLAGS, because man gcc says
-# that this option is not ready for production use and it
-# produces internal compiler errrors here
-#
-# unknown
-#
-Index: pure-ftpd-1.0.20/configure
-===================================================================
---- pure-ftpd-1.0.20.orig/configure
-+++ pure-ftpd-1.0.20/configure
-@@ -11922,7 +11922,7 @@ _ACEOF
- #define BORING_MODE 1
- _ACEOF
-
-- CFLAGS="$CFLAGS -Os -ftracer -fomit-frame-pointer -fssa -fgcse -falign-functions=2 -falign-jumps=2 -fno-unroll-loops "
-+ CFLAGS="$CFLAGS -Os -ftracer -fomit-frame-pointer -fgcse -falign-functions=2 -falign-jumps=2 -fno-unroll-loops "
- LDFLAGS="$LDFLAGS -s "
- fi
- fi;
diff --git a/patches/pure-ftpd-1.0.20/generic/series b/patches/pure-ftpd-1.0.20/generic/series
deleted file mode 100644
index 84294284e..000000000
--- a/patches/pure-ftpd-1.0.20/generic/series
+++ /dev/null
@@ -1,4 +0,0 @@
-configure_ac_crosscompile.diff
-configure_ac_remove-fssa.diff
-configure_crosscompile.diff
-configure_remove-fssa.diff