Ticket #21641: meschach.diff

File meschach.diff, 561 bytes (added by howarth@…, 15 years ago)

reduced patch

  • meschach-1.2b/makefile.in

    old new  
    115115#       $(CC) -shared -o libmeschach.so $(OLDLIST)
    116116
    117117shared:   $(ALL_LISTS)
    118         $(CC) -shared -o libmeschach.so $(ALL_LISTS) -lc -lm -Wl,-soname -Wl,libmeschach.so.$(vers)
     118        $(CC) -dynamiclib -o libmeschach.@VERSION@.dylib $(ALL_LISTS) -lc -lm -install_name @PREFIX@/lib/libmeschach.1.dylib -compatibility_version @VERSION@ -current_version @VERSION@
    119119
    120120static:  $(ALL_LISTS)
    121121        ar ru libmeschach.a $(ALL_LISTS)