991112-dynlib.patch 342 B

12345678910111213
  1. diff --git a/Makefile b/Makefile
  2. index 760a427..da2f62d 100644
  3. --- a/Makefile
  4. +++ b/Makefile
  5. @@ -29,6 +29,7 @@ install: $(LIBARCH)
  6. $(LIBARCH): $(OBJS)
  7. @echo "Loading $(LIBARCH) ... "
  8. + $(CC) $(LDFLAGS) -shared -Wl,--soname,libpdb.so.0 -o libpdb.so.0.1 $(OBJS)
  9. @ar cru $(LIBARCH) $(OBJS)
  10. @$(RANLIB) $(LIBARCH)
  11. @echo "done"