Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile.pre.in
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ BINDIR= @bindir@
LIBDIR= @libdir@
MANDIR= @mandir@
INCLUDEDIR= @includedir@
CONFINCLUDEDIR= $(exec_prefix)/include
CONFINCLUDEDIR= $(INCLUDEDIR)
PLATLIBDIR= @PLATLIBDIR@
SCRIPTDIR= $(prefix)/$(PLATLIBDIR)
# executable name for shebangs
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Fixed ``pyconfig.h`` installation to respect ``--includedir`` configure option.
Previously, ``pyconfig.h`` was always installed to ``$(exec_prefix)/include``
instead of the directory specified by ``--includedir``.
Patch by Shamil Abdulaev.
Loading