[EMAIL PROTECTED] wrote:
> PKG_BUILD_DEPENDS:= is what you are looking for
> 
> packages/hostapd/Makefile uses it, so have a look in that file please

Thanks for the hint. This solves the second problem if I add a package 
definition to the Makefile of libbfd. However, currently there is none, 
which makes it impossible to reference it with PKG_BUILD_DEPENDS.

Do you share the opinion, that a package definition is required in 
anycase? If yes, I will submit a patch...

Right now it just contains the line
$(eval $(call Build/DefaultTargets))
at the end. I have no clue when this leads to build the library.

The library seems to not have been used for some time. It contains an 
error (doesn't build) and still contains PKG_BUILD_DIR and PKG_INSTALL_DIR.

> Quoting Fabian Hugelshofer <[EMAIL PROTECTED]>:
>> I plan to create a package for oprofile which relies on libbfd. A
>> package for libbfd already exists. It compiles a static library and
>> installs the header files with InstallDev but has no actual package
>> description as nothing has to be installed on the router.
_______________________________________________
openwrt-devel mailing list
[email protected]
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to