OpenWrt Forum Archive

Topic: Prereq libraries + InstallDev package definition

The content of this topic has been archived on 30 Mar 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi there!
I try adding addition feeds packages to my kamikaze 7.09 but whe i try to compile some program that depends upon libraries (like portmap that uses libwrap), i always got errors. It seems that NOTHING is installed by that libraries into the staging dir. I see these Makefiles and i see many uses of $(1) and $(2) parametrs instead of expected $(STAGING_DIR).

Is it correct? I tried replacing all these with $(STAGING_DIR) and everything worked fine.

Please tell me if is it normal this behaviour or not!

Thanx

Hi lordscaffard,

you need at least this change in your 7.09:
https://dev.openwrt.org/changeset/9857 (backport InstallDev/UninstallDev API change to 7.09)

This change should it make possible to use also the current package feeds.

Thomas

Some problem here with Kamikaze-svn.
I cant build packages that depend upon libraries, it seems that header files from libraries are not installed in staging dir.

The discussion might have continued from here.