Index: pygobject-2.14.2/m4/python.m4 =================================================================== --- pygobject-2.14.2.orig/m4/python.m4 +++ pygobject-2.14.2/m4/python.m4 @@ -43,6 +43,11 @@ AC_DEFUN([AM_CHECK_PYTHON_HEADERS], [AC_REQUIRE([AM_PATH_PYTHON]) AC_MSG_CHECKING(for headers required to compile python extensions) dnl deduce PYTHON_INCLUDES +AC_ARG_WITH(python-includes, + [ --with-python-includes=DIR path to Python includes], py_exec_prefix=$withval) +if test x$py_exec_prefix != x; then +PYTHON_INCLUDES="-I${py_exec_prefix}/include/python${PYTHON_VERSION}" +else py_prefix=`$PYTHON -c "import sys; print sys.prefix"` py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` if test -x "$PYTHON-config"; then @@ -53,6 +58,7 @@ if test "$py_prefix" != "$py_exec_prefix PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" fi fi +fi AC_SUBST(PYTHON_INCLUDES) dnl check if the headers exist: save_CPPFLAGS="$CPPFLAGS" Index: pygobject-2.14.2/configure.ac =================================================================== --- pygobject-2.14.2.orig/configure.ac +++ pygobject-2.14.2/configure.ac @@ -71,9 +71,6 @@ AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(c AC_MSG_CHECKING([for PySignal_SetWakeupFd in Python.h]) py_prefix=`$PYTHON -c "import sys; print sys.prefix"` -PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" -old_CPPFLAGS=$CPPFLAGS -CPPFLAGS="-Wall -Werror $PYTHON_INCLUDES" AC_TRY_COMPILE([#include ], [PySignal_SetWakeupFd(0);], setwakeupfd_ok=yes, @@ -83,7 +80,6 @@ if test "x$setwakeupfd_ok" != xno; then AC_DEFINE(HAVE_PYSIGNAL_SETWAKEUPFD, 1, [Define to 1 if PySignal_SetWakeupFd is available]) fi -CPPFLAGS=$old_CPPFLAGS PLATFORM=`$PYTHON -c "from distutils import util; print util.get_platform()"` AC_SUBST(PLATFORM) lass='right' method='get' action='/cgit/multitech-oe.git/log/packages/openjade'>
path: root/packages/openjade
/a>
AgeCommit message (Expand)AuthorFiles
2008-01-09openjade-native 1.3.2: Fix staging issues.Robert Schuster1
2007-12-31PR 3656Robert Schuster2
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
Koen Kooi4
2007-12-12webkit update: update webkit srcrevs, add midori 0.13, bump openmoko-feedread...Koen Kooi4
2007-12-12webkit-gtk: fiddle with exceptions and rtti cflagsKoen Kooi2
2007-10-29packages/webkit: Apply the qtwebkit-use-image-decoders.patch to WebKit/Qt, We...Holger Freyther4
2007-10-29packages/webkit/webkit.inc: Allow debian package renaming againHolger Freyther1
2007-10-25packages/webkit: Build and package naming fixes (when using debian renaming)Holger Freyther6
2007-10-23merge of '57f94c184ca1457e6b7683e84bcdf4863b46cd03'Holger Freyther3
2007-10-23packages/webkit: The API/ABI of WebKit/Gtk+ has changed, update the PVHolger Freyther1
2007-10-23packages/webkit: Change the package names of WebKit/Qtopia and force upgrade.Holger Freyther3
2007-10-21packages/webkit: Build the Qt/Qtopia port of WebKit as well.Holger Freyther6
2007-10-07packages/qmake/qmake2-native: Move the LFLAGS to the end of the linker lineHolger Freyther1
2007-10-06webkit-gtk: add unstage task till Holger fixes qmakeKoen Kooi3
2007-09-29webkit-gtk: catch up with gdk->gtk renameKoen Kooi3
2007-09-06webkit: reinstate ;name inj SRC_URIKoen Kooi1
2007-09-04webkit: switch to SRCREVKoen Kooi1
2007-09-03classes/{qmake*,qt4x11}.bbclass: Add a qmake2.bbclass to use qmake version twoHolger Freyther1
2007-08-12webkit: rename to webkit-gtk Koen Kooi6
2007-07-31webkit: clean up (guys, please don't mix TABs and SPACEs) and make it buildMichael Lauer1
2007-07-25webkit: add some qmake magic from zecke to make install and staging work betterKoen Kooi1
2007-07-25webkit: fix dftables buildKoen Kooi1
2007-07-24webkit: first attempt at fixing the dftables problem (http://bugs.webkit.org/...Koen Kooi3
2007-07-22Webkit: update local copy of Makefiles Koen Kooi2
2007-07-18webkit: add -lcurl as workround for broken pkgconfig Koen Kooi1
2007-07-17webkit: update webkit.priKoen Kooi1
2007-07-01webkit: alter do_installKoen Kooi1
2007-07-01webkit: update webkit.pri and webkit.proKoen Kooi2
2007-05-30webkit: fix typoKoen Kooi1
2007-05-30webkit: add more dependsKoen Kooi1
2007-05-30webkit: fix packagingKoen Kooi1
2007-05-30webkit: add install and packaging, still needs do_stage() Koen Kooi1
2007-05-30webkit: unbreak qmake usage a bitKoen Kooi1
2007-05-29WebKit: add WIP recipe to build the webkit-gdk portKoen Kooi7