Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 410339
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- Makefile
0
++ Makefile
Lines 44-50 Link Here
44
	$(CC) $(CPPFLAGS_FAST) $(CFLAGS_LIB) -c http_parser.c -o libhttp_parser.o
44
	$(CC) $(CPPFLAGS_FAST) $(CFLAGS_LIB) -c http_parser.c -o libhttp_parser.o
45
45
46
library: libhttp_parser.o
46
library: libhttp_parser.o
47
	$(CC) -shared -o libhttp_parser.so libhttp_parser.o
47
	$(CC) $(LDFLAGS) -Wl,-soname,libhttp_parser.so -shared -o libhttp_parser.so libhttp_parser.o
48
48
49
package: http_parser.o
49
package: http_parser.o
50
	$(AR) rcs libhttp_parser.a http_parser.o
50
	$(AR) rcs libhttp_parser.a http_parser.o

Return to bug 410339