ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/www/mod_wsgi/files/patch-Makefile-2.X.in
Revision: 142
Committed: 2009-11-21T23:58:10-08:00 (15 years, 7 months ago) by douglas
Content type: text/x-diff
File size: 371 byte(s)
Log Message:
Update mod_wsgi to 2.7.

File Contents

# Content
1 --- Makefile-2.X.in.orig 2009-11-21 22:59:14.000000000 -0800
2 +++ Makefile-2.X.in 2009-11-21 22:59:55.000000000 -0800
3 @@ -26,7 +26,7 @@
4 all : mod_wsgi.la
5
6 mod_wsgi.la : mod_wsgi.c
7 - $(APXS) -c $(CPPFLAGS) $(CFLAGS) mod_wsgi.c $(LDFLAGS) $(LDLIBS)
8 + $(APXS) -c -Wc,"$(CPPFLAGS) $(CFLAGS)" mod_wsgi.c -Wl,"$(LDFLAGS) $(LDLIBS)"
9
10 $(DESTDIR)$(LIBEXECDIR) :
11 mkdir -p $@

Properties

Name Value
svn:mime-type text/x-diff