# HG changeset patch # User eyck # Date 1035110492 0 # Node ID 29a006405a5fd9c3e8b0e3bb5c44e405ff807e16 # Parent aa0536d9827884c0c0e7fd670635e6e156f234ab fix previous patch. diff -r aa0536d98278 -r 29a006405a5f libdha/Makefile --- a/libdha/Makefile Sun Oct 20 08:43:09 2002 +0000 +++ b/libdha/Makefile Sun Oct 20 10:41:32 2002 +0000 @@ -34,7 +34,8 @@ $(CC) -c $(CFLAGS) -o $@ $< $(LIBNAME): $(OBJS) - $(CC) -shared $(SONAME_FLAGS) -o $(LIBNAME) $(OBJS) $(LIBS) + #$(CC) -shared $(SONAME_FLAGS) -o $(LIBNAME) $(OBJS) $(LIBS) + $(CC) -shared -Wl,-soname -Wl,$(LIBNAME) -o $(LIBNAME) $(OBJS) $(LIBS) ln -sf $(LIBNAME) $(SHORTNAME) all: $(LIBNAME) $(SHORTNAME)