Ticket #49679: patch-perl5.16-makefile.diff
File patch-perl5.16-makefile.diff, 395 bytes (added by cheongi, 9 years ago) |
---|
-
Makefile
old new 86 86 ext = $(dynamic_ext) $(static_ext) $(nonxs_ext) 87 87 DYNALOADER = DynaLoader$(OBJ_EXT) 88 88 89 libs = -ldl -lm -lcrypt -lutil -lc 89 # -lcrypt not to be used on macos 90 # libs = -ldl -lm -lcrypt -lutil -lc 91 libs = -ldl -lm -lutil -lc 90 92 91 93 public = $(PERL_EXE) utilities translators 92 94