On Sat, Jul 7, 2012 at 5:39 PM, Jonathan K. Bullard <jkbull...@gmail.com> wrote: >> Were does the lzo libraries and includes located? >> If these are not located at default search path of your compiler you >> should probably add: CFLAGS="-I<location>" LDFLAGS="-L<location>" to >> configure. > > > Thanks. So the CFLAGS > > --with-lzo-headers=../../../$(LZO_DIR)/staging/include > > and > > --with-lzo-lib=../../../$(LZO_DIR)/staging/lib > > > aren't used by the new build process? >
Right. These were none standard, specific to openvpn. Currently, if you want to specify flags for package you use the pkg-config format, in this case LZO_CFLAGS and LZO_LIBS. But there is no reason to do so if you have all dependencies at /usr/local/*, you can use the CFLAGS and LDFLAGS to modify search path. Alon.