benoitc / erlang-idna

Erlang IDNA lib
MIT License
43 stars 29 forks source link

When compiling hackney with erlang.mk, idna keeps being recompiled #10

Closed rlipscombe closed 8 years ago

rlipscombe commented 8 years ago

It looks like erlang.mk uses the Makefile over any other mechanism (rebar.config, Emakefile), and https://github.com/benoitc/erlang-idna/blob/master/Makefile#L1 causes idna to be cleaned and rebuilt every time. Is this intentional?

rlipscombe commented 8 years ago

See https://github.com/ninenines/erlang.mk/issues/471

benoitc commented 8 years ago

fixed in 1be96dd84788aacd9339fe9556463f470b950a55 will make a release of hackney with it asap.

benoitc commented 8 years ago

@rlipscombe hackney 1.4.8 has been released with this fix