]> git.pld-linux.org Git - packages/asterisk.git/blob - asterisk-configure.patch
- leave on tag only
[packages/asterisk.git] / asterisk-configure.patch
1 --- configure~  2008-07-16 21:00:16.128833844 +0200
2 +++ configure   2008-07-16 21:00:31.338642939 +0200
3 @@ -28395,7 +28395,7 @@
4  
5  
6         if test "${HAS_PWLIB:-unset}" != "unset"; then
7 -               PWLIB_VERSION=`grep "PWLIB_VERSION" ${PWLIB_INCDIR}/ptbuildopts.h | cut -f2 -d ' ' | sed -e 's/"//g'`
8 +               PWLIB_VERSION=`grep "PWLIB_VERSION" ${PWLIB_INCDIR}/ptbuildopts.h | cut -f3 -d ' ' | sed -e 's/"//g'`
9                 PWLIB_MAJOR_VERSION=`echo ${PWLIB_VERSION} | cut -f1 -d.`
10                 PWLIB_MINOR_VERSION=`echo ${PWLIB_VERSION} | cut -f2 -d.`
11                 PWLIB_BUILD_NUMBER=`echo ${PWLIB_VERSION} | cut -f3 -d.`
This page took 0.020399 seconds and 3 git commands to generate.