021-fix-LDFLAGS.patch 395 B

1234567891011
  1. --- a/Makefile-libbz2_so
  2. +++ b/Makefile-libbz2_so
  3. @@ -35,7 +35,7 @@ OBJS= blocksort.o \
  4. bzlib.o
  5. all: $(OBJS)
  6. - $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 -o libbz2.so.1.0.8 $(OBJS)
  7. + $(CC) -shared -Wl,-soname -Wl,libbz2.so.1.0 $(LDFLAGS) -o libbz2.so.1.0.8 $(OBJS)
  8. $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8
  9. rm -f libbz2.so.1.0
  10. ln -s libbz2.so.1.0.8 libbz2.so.1.0