1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Author: Alastair McKinstry <mckinstry@debian.org>
Description: Changes needed to build python snackmodules.
Multiple previous patches rolled into this.
Last-Updated: 2013-05-16
Forwarded: no
Index: newt-0.52.25/Makefile.in
===================================================================
--- newt-0.52.25.orig/Makefile.in
+++ newt-0.52.25/Makefile.in
@@ -84,7 +84,7 @@ showkey: showkey.o $(LIBNEWT)
_snack.$(SOEXT): snack.c $(LIBNEWTSH)
ifneq ($(PYTHONVERS),)
- @for ver in $(PYTHONVERS); do \
+ @for ver in $(PYTHONVERS) $(PYTHONDBG) ; do \
pyconfig=$$ver-config; \
if ! $$pyconfig --cflags > /dev/null 2>&1 && \
python-config --cflags > /dev/null 2>&1; then \
|