nagios-plugins: build check_radius needs libradius
[omd.git] / packages / mod_python / patches / libpythonconfigdir.dif
blob29030e12ea9b6e2f471e6c305a2ff14939ef520d
1 --- mod_python-3.3.1/configure  2013-05-07 16:37:13.377770000 +0200
2 +++ mod_python-3.3.1/configure  2006-03-11 04:46:52.000000000 +0100
3 @@ -222,7 +222,7 @@
4  AC_SUBST(LIBS)
5  
6  PyLIBP=${PY_STD_LIB}
7 -PyLIBPL=${PyLIBP}/config
8 +PyLIBPL=`ls -d1 ${PyLIBP}/config*/.`
9  PyPYTHONLIBS=${PyLIBPL}/libpython${PyVERSION}.a
10  PyLIBS=`grep "^LIB[[SMC]]=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   '`
11  PyMODLIBS=`grep "^LOCALMODLIBS=" ${PyLIBPL}/Makefile | cut -f2 -d= | tr '\011\012\015' '   '`