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

(-)files/portaudio-18.1-Makefile.linux.orig (-1 / +1 lines)
Lines 43-49 Link Here
43
	$(CC) $(CFLAGS) -c -I./pa_common $? -o $@
43
	$(CC) $(CFLAGS) -c -I./pa_common $? -o $@
44
44
45
libportaudio.so.$(VERSION): $(LIBFILES:.c=.lo)
45
libportaudio.so.$(VERSION): $(LIBFILES:.c=.lo)
46
	$(LD) -shared -soname $@ -o $@ $?
46
	$(LD) -shared -soname $@ -o $@ $? $(LIBS)
47
47
48
libportaudio.so: libportaudio.so.$(VERSION)
48
libportaudio.so: libportaudio.so.$(VERSION)
49
	$(LN) -s $? $@
49
	$(LN) -s $? $@

Return to bug 142230