Alejandro Mery
17 years ago
1 changed files with 38 additions and 0 deletions
@ -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 \
|
Loading…
Reference in new issue