You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.5 KiB
39 lines
1.5 KiB
17 years ago
|
# --- 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 \
|