Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
2.6KB

  1. diff -Naur Python-3.8.0-orig/configure.ac Python-3.8.0/configure.ac
  2. --- Python-3.8.0-orig/configure.ac 2019-10-14 16:34:47.000000000 +0300
  3. +++ Python-3.8.0/configure.ac 2019-10-22 10:00:26.817483700 +0300
  4. @@ -5624,7 +5624,7 @@
  5. # generate output files
  6. -AC_CONFIG_FILES(Makefile.pre Misc/python.pc Misc/python-embed.pc Misc/python-config.sh)
  7. +AC_CONFIG_FILES(Makefile.pre Modules/Setup.config Misc/python.pc Misc/python-embed.pc Misc/python-config.sh)
  8. AC_CONFIG_FILES([Modules/ld_so_aix], [chmod +x Modules/ld_so_aix])
  9. AC_OUTPUT
  10. @@ -5636,7 +5636,7 @@
  11. echo "creating Makefile" >&AS_MESSAGE_FD
  12. $SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
  13. - -s Modules \
  14. + -s Modules Modules/Setup.config \
  15. Modules/Setup.local $srcdir/Modules/Setup
  16. mv config.c Modules
  17. diff -Naur Python-3.8.0-orig/Makefile.pre.in Python-3.8.0/Makefile.pre.in
  18. --- Python-3.8.0-orig/Makefile.pre.in 2019-10-14 16:34:47.000000000 +0300
  19. +++ Python-3.8.0/Makefile.pre.in 2019-10-22 10:00:27.207484400 +0300
  20. @@ -683,10 +683,12 @@
  21. Makefile Modules/config.c: Makefile.pre \
  22. $(srcdir)/Modules/config.c.in \
  23. $(MAKESETUP) \
  24. + Modules/Setup.config \
  25. $(srcdir)/Modules/Setup \
  26. Modules/Setup.local
  27. $(SHELL) $(MAKESETUP) -c $(srcdir)/Modules/config.c.in \
  28. -s Modules \
  29. + Modules/Setup.config \
  30. Modules/Setup.local \
  31. $(srcdir)/Modules/Setup
  32. @mv config.c Modules
  33. @@ -1574,6 +1576,7 @@
  34. $(INSTALL_DATA) Makefile $(DESTDIR)$(LIBPL)/Makefile
  35. $(INSTALL_DATA) $(srcdir)/Modules/Setup $(DESTDIR)$(LIBPL)/Setup
  36. $(INSTALL_DATA) Modules/Setup.local $(DESTDIR)$(LIBPL)/Setup.local
  37. + $(INSTALL_DATA) Modules/Setup.config $(DESTDIR)$(LIBPL)/Setup.config
  38. $(INSTALL_DATA) Misc/python.pc $(DESTDIR)$(LIBPC)/python-$(VERSION).pc
  39. $(INSTALL_DATA) Misc/python-embed.pc $(DESTDIR)$(LIBPC)/python-$(VERSION)-embed.pc
  40. $(INSTALL_SCRIPT) $(srcdir)/Modules/makesetup $(DESTDIR)$(LIBPL)/makesetup
  41. @@ -1789,6 +1792,7 @@
  42. if test "$$file" != "$(srcdir)/Lib/test/data/README"; then rm "$$file"; fi; \
  43. done
  44. -rm -f core Makefile Makefile.pre config.status Modules/Setup.local \
  45. + Modules/Setup.config \
  46. Modules/ld_so_aix Modules/python.exp Misc/python.pc \
  47. Misc/python-embed.pc Misc/python-config.sh
  48. -rm -f python*-gdb.py
  49. diff -Naur Python-3.8.0-orig/Modules/Setup.config.in Python-3.8.0/Modules/Setup.config.in
  50. --- Python-3.8.0-orig/Modules/Setup.config.in 1970-01-01 03:00:00.000000000 +0300
  51. +++ Python-3.8.0/Modules/Setup.config.in 2019-10-22 10:00:27.613085100 +0300
  52. @@ -0,0 +1,5 @@
  53. +# This file is transmogrified into Setup.config by config.status.
  54. +
  55. +# The purpose of this file is to conditionally enable certain modules
  56. +# based on configure-time options.
  57. +