blob: 7929d9a70bcd8e38beb915457a1c391f89bd854d [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/Makefile-libbz2_so
2+++ b/Makefile-libbz2_so
3@@ -35,7 +35,7 @@ OBJS= blocksort.o \
4 bzlib.o
5
6 all: $(OBJS)
7- $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 $(OBJS)
8+ $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 $(LDFLAGS) -o libbz2.so.1.0.8 $(OBJS)
9 $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
10 rm -f libbz2.so.1.0
11 ln -s libbz2.so.1.0.8 libbz2.so.1.0