--- work/pwdb-0.61/libpwdb/Makefile 2003-03-24 09:42:42.000000000 +0000 +++ work.old/pwdb-0.61/libpwdb/Makefile 2003-03-24 09:34:04.000000000 +0000 @@ -50,7 +50,8 @@ $(LIBDYNAME): $(LIBOBJ) - $(LD) -soname $(LIBSONAME) -x -shared -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc + #$(LD) -soname $(LIBSONAME) -x -shared -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc + $(CC) -shared -o $(LIBFILENAME) $(LIBOBJ) -lcrypt -lnsl -lc @ln -sf $(LIBFILENAME) $@ $(LIBSTATIC): $(LIBOBJ)