trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

Re: [trinity-devel] Why? TDE cmake does NOT respect 'export CMAKE_INCLUDE_PATH=X'

From: Darrell Anderson <humanreadable@...>
Date: Wed, 14 Mar 2012 11:39:01 -0700 (PDT)
> > Replace /usr/include/apr-1.0 with ${APR_INCLUDE_DIRS}
> 
> Ahh!  Thank you! Much prettier than:
> 
>   ## fix CMakeLists.txt
>   msg "Patching src/CMakeLists.txt to fix apr include
> path"
> 
>   cd ${srcdir}/${pkgname#*-}
>   sed -i 's|/usr/include/apr-1.0|/usr/include/apr-1|'
> src/CMakeLists.txt

If that works with a successful build, please submit a patch. :) I never built tdesvn so I don't know....

Darrell