--- libmpeg3-1.5.2/Makefile.old 2006-10-15 17:31:00.000000000 +0200 +++ libmpeg3-1.5.2/Makefile 2006-10-15 17:31:33.000000000 +0200 @@ -186,7 +186,7 @@ ar rcs $(OUTPUT) `cat $(OBJDIR)/objs` $(SHAREDOUTPUT): $(LTOBJS) $(LTASMOBJS) $(NASMOBJS) - gcc -shared -o $(SHAREDOUTPUT) $(LTOBJS) $(LTASMOBJS) $(NASMOBJS) $(LIBS) + gcc -shared -Wl,-soname=libmpeg3.so -o $(SHAREDOUTPUT) $(LTOBJS) $(LTASMOBJS) $(NASMOBJS) $(LIBS) $(OBJDIR)/mpeg3dump: $(OUTPUT) mpeg3dump.c $(CC) `cat $(OBJDIR)/c_flags` -o $(OBJDIR)/mpeg3dump mpeg3dump.c $(OUTPUT) $(LIBS)