logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

erlang-custom-autoconf.patch (398B)


  1. diff -ur otp-OTP-21.0.5.orig/otp_build otp-OTP-21.0.5/otp_build
  2. --- otp-OTP-21.0.5.orig/otp_build 2018-08-10 19:02:51.000000000 +0200
  3. +++ otp-OTP-21.0.5/otp_build 2018-08-15 23:44:59.417191209 +0200
  4. @@ -1343,7 +1343,9 @@
  5. do_lazy_configure "$@";
  6. do_boot;;
  7. autoconf)
  8. - do_autoconf;;
  9. + create_lib_configure_in
  10. + distribute_config_helpers
  11. + ;;
  12. configure)
  13. shift;
  14. do_configure "$@";;