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

(-)bzip2-1.0.3/Makefile-libbz2_so (-2 / +2 lines)
Lines 20-27 OBJS= blocksort.o \ Link Here
20
      bzlib.o
20
      bzlib.o
21
21
22
all: $(OBJS)
22
all: $(OBJS)
23
	$(CC) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.3 $(OBJS)
23
	$(CC) $(LDFLAGS) -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.3 $(OBJS)
24
	$(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.3
24
	$(CC) $(LDFLAGS) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.3
25
	rm -f libbz2.so.1.0
25
	rm -f libbz2.so.1.0
26
	ln -s libbz2.so.1.0.3 libbz2.so.1.0
26
	ln -s libbz2.so.1.0.3 libbz2.so.1.0
27
27

Return to bug 126826