Codebase list fcgiwrap / 841e162
Propagate CC from configure to make to fix cross-building Closes: #900796 Thanks: Helmut Grohne Peter Colberg 5 years ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Propagate CC from configure to make to fix cross-building
1 Author: Helmut Grohne <helmut@subdivi.de>
2 Bug-Debian: https://bugs.debian.org/900796
3 Forwarded: https://github.com/gnosek/fcgiwrap/pull/47
4 Last-Update: 2018-12-08
5
6 --- a/Makefile.in
7 +++ b/Makefile.in
8 @@ -16,6 +16,7 @@
9 install -m 644 systemd/fcgiwrap.service $(DESTDIR)@systemdsystemunitdir@
10 endif
11
12 +CC = @CC@
13 LDLIBS = -lfcgi @systemd_LIBS@
14 CFLAGS = @AM_CFLAGS@
15
33 libsystemd.patch
44 systemd_use_defaults.patch
55 declare_cgi_error_noreturn.patch
6 propagate-CC-from-configure-to-make-to-fix-cross-building.patch