From f08e1596e97cad85e6dcc298898e9b40ce59eebe Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 30 Jun 2008 20:04:30 +0000 Subject: [PATCH] [uclibc] Enhanced to let fcgi build --- base/uclibc/pkg_patch/fcgi-lm.patch | 38 +++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 base/uclibc/pkg_patch/fcgi-lm.patch diff --git a/base/uclibc/pkg_patch/fcgi-lm.patch b/base/uclibc/pkg_patch/fcgi-lm.patch new file mode 100644 index 000000000..2fbd1adb1 --- /dev/null +++ b/base/uclibc/pkg_patch/fcgi-lm.patch @@ -0,0 +1,38 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../uclibc/pkg_patch/fcgi-lm.patch +# Copyright (C) 2008 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- ./cgi-fcgi/Makefile.in.orig 2008-06-30 18:38:20.000000000 +0000 ++++ ./cgi-fcgi/Makefile.in 2008-06-30 18:38:31.000000000 +0000 +@@ -120,7 +120,7 @@ + DEFS = @DEFS@ + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lm + depcomp = $(SHELL) $(top_srcdir)/depcomp + @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/cgi-fcgi.Po + COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ +--- ./libfcgi/Makefile.in.orig 2008-06-30 18:42:31.000000000 +0000 ++++ ./libfcgi/Makefile.in 2008-06-30 18:42:54.000000000 +0000 +@@ -134,7 +134,7 @@ + DEFS = @DEFS@ + DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lm + depcomp = $(SHELL) $(top_srcdir)/depcomp + @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/fcgio.Plo \ + @AMDEP_TRUE@ $(DEPDIR)/libfcgi_la-fcgi_stdio.Plo \