[glom] xdg-app-builder: Tell boost python about /usr/include/python3.3m
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] xdg-app-builder: Tell boost python about /usr/include/python3.3m
- Date: Sun, 13 Dec 2015 11:42:53 +0000 (UTC)
commit 91c16d731e206cbc18443cbc657d9bffef94e2bb
Author: Murray Cumming <murrayc murrayc com>
Date: Sun Dec 13 12:41:34 2015 +0100
xdg-app-builder: Tell boost python about /usr/include/python3.3m
Because it insists on only trying to use /usr/include/python3.3,
which doesn't exist. Real distros generally have a symlink,
probably because nobody can reasonably be expected to fix the boost
build system.
glom-xdg-app-builder/boost_python_Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom-xdg-app-builder/boost_python_Makefile b/glom-xdg-app-builder/boost_python_Makefile
index 355d14d..bbde6f8 100644
--- a/glom-xdg-app-builder/boost_python_Makefile
+++ b/glom-xdg-app-builder/boost_python_Makefile
@@ -1,5 +1,5 @@
all:
- ./b2
+ ./b2 cxxflags="-I/usr/include/python3.3m"
install:
./b2 install
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]