pkgsrc-WIP-discuss archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: .wrapper/bin/cc ignoring -I/usr/pkg/include flag
Brendon Costa wrote:
> In particular i am finding now that the configure script fails to locate
> libbfd. In particular a conftest program:
>
> #include <bfd.h>
>
> fails to compile with the error:
> bfd.h: No such file or directory
pkgsrc hides everything from the compiler that is not explicitly
mentioned as a dependency. Adding the following line to your package
Makefile should be enough:
.include "../../devel/binutils/buildlink3.mk"
Roland
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss
Home |
Main Index |
Thread Index |
Old Index