Description: Allow cmake to look up for the python lib in the standard directories
 this allows the building everywhere, not only on i386 and amd64 where the triplet
 are explicitely specified.
 Actually I have no idea why do not treat the python lib as a standard python lib
 maybe it's to use the bundled python upstream uses.
Author: Mattia Rizzolo <mattia@mapreri.org>
Forwarded: no
Last-Update: 2015-11-16

--- a/cmake_extras/FindPythonLibs.cmake
+++ b/cmake_extras/FindPythonLibs.cmake
@@ -184,7 +184,7 @@
                 ${_PYTHON_LIBRARY_DIR}/i386-linux-gnu
                 ${_PYTHON_PREFIX}/lib
                 ${_PYTHON_PREFIX}/libs
-                NO_DEFAULT_PATH)
+               )
 
               if(WIN32)
                 find_library(PYTHON_DEBUG_LIBRARY
