On Sun, Oct 01, 2006 at 12:19:28AM +0000, Thorsten Glaser wrote:
> >So it does *not* have pkgconfig installed. Wonders...
>
> Ok, it was 'pkg-config', but builds without just fine.
> Please show your make.log (only the parts from
>
> gmake[4]: Entering directory /home/tg/FreeWRT/package/squid'
>
> till end) of the failing build.

No buildroot build should use tools outside the buildroot. On my system
(Fedora Core 4), I got the following outputs:

$ pkg-config --libs openssl
-L/usr/kerberos/lib -lssl -lcrypto -lgssapi_krb5 -lkrb5 -lcom_err --lk5crypto 
-lresolv -ldl -lz

$ pkg-config --cflags openssl
-I/usr/kerberos/include

3 solutions:

* you patch the build script (I take the openwrt patch, but you're
  right, it was too much to be good)

* you provide a fake pkg-config in the buildroot

* you change the PATH variable for compiling (which is the root of the
  problem in my option)

Dirk
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to