summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/http-parser/files/20120413-makefile.patch')
-rw-r--r--net-libs/http-parser/files/20120413-makefile.patch3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-libs/http-parser/files/20120413-makefile.patch b/net-libs/http-parser/files/20120413-makefile.patch
index f140cd2d5..f4ebe2708 100644
--- a/net-libs/http-parser/files/20120413-makefile.patch
+++ b/net-libs/http-parser/files/20120413-makefile.patch
@@ -1,7 +1,6 @@
From: Julian Ospald <julian.ospald@googlemail.com>
Date: Fri Apr 13 18:44:35 UTC 2012
-fix "QA Notice: The following shared libraries lack a SONAME"
respect LDFLAGS and CFLAGS
--- Makefile
@@ -11,7 +10,7 @@ respect LDFLAGS and CFLAGS
library: libhttp_parser.o
- $(CC) -shared -o libhttp_parser.so libhttp_parser.o
-+ $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-soname,libhttp_parser.so -shared -o libhttp_parser.so libhttp_parser.o
++ $(CC) $(CFLAGS) $(LDFLAGS) -shared -o libhttp_parser.so libhttp_parser.o
package: http_parser.o
$(AR) rcs libhttp_parser.a http_parser.o