Dash:
[t2.git] / package / network / fastcgi / libm.patch
blob117d5f7b48813672ea187ba4ba7cd923845fda8a
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../fastcgi/libm.patch
5 # Copyright (C) 2008 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- fcgi-2.4.0/libfcgi/Makefile.in.orig 2003-01-19 18:21:18.000000000 +0100
18 +++ fcgi-2.4.0/libfcgi/Makefile.in 2008-11-04 11:22:34.000000000 +0100
19 @@ -126,7 +126,7 @@
20 am_libfcgi___la_OBJECTS = fcgio.lo
21 libfcgi___la_OBJECTS = $(am_libfcgi___la_OBJECTS)
22 libfcgi_la_LDFLAGS =
23 -libfcgi_la_LIBADD =
24 +libfcgi_la_LIBADD = -lm
25 am_libfcgi_la_OBJECTS = libfcgi_la-fcgiapp.lo libfcgi_la-fcgi_stdio.lo \
26 libfcgi_la-os_@SYSTEM@.lo
27 libfcgi_la_OBJECTS = $(am_libfcgi_la_OBJECTS)