Blame SOURCES/nghttp2-1.7.0-httpd24.patch

4f1857
diff --git a/lib/Makefile.in b/lib/Makefile.in
4f1857
index c57e66f..32aee0d 100644
4f1857
--- a/lib/Makefile.in
4f1857
+++ b/lib/Makefile.in
4f1857
@@ -505,7 +505,7 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
4f1857
 	nghttp2_http.h
4f1857
 
4f1857
 libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS)
4f1857
-libnghttp2_la_LDFLAGS = -no-undefined \
4f1857
+libnghttp2_la_LDFLAGS = -no-undefined -release httpd24 \
4f1857
 	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
4f1857
 
4f1857
 all: all-recursive