audio/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- libmpeg3-1.5.4.orig/audio/Makefile
+++ libmpeg3-1.5.4/audio/Makefile
@@ -18,7 +18,7 @@
all: $(OBJS)
.c.o:
- $(CC) -c `./c_flags` $*.c
+ $(CC) -c -fPIC `./c_flags` $*.c
.s.o:
$(CC) -f elf $*.s