Ticket #49679: patch-perl5.16-makefile.diff

File patch-perl5.16-makefile.diff, 395 bytes (added by cheongi, 8 years ago)

patch to remove -lcrypt flag from makefile

  • Makefile

    old new  
    8686ext = $(dynamic_ext) $(static_ext) $(nonxs_ext)
    8787DYNALOADER = DynaLoader$(OBJ_EXT)
    8888
    89 libs = -ldl -lm -lcrypt -lutil -lc
     89# -lcrypt not to be used on macos
     90# libs = -ldl -lm -lcrypt -lutil -lc
     91libs = -ldl -lm -lutil -lc
    9092
    9193public = $(PERL_EXE) utilities translators
    9294