[Buildroot] need help adding apache to buildroot

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Jan 16 21:35:54 UTC 2013


On 01/16/2013 06:30 PM, Jenkins, Lee (ISS Houston) wrote:

> Hello. I’m adding apache httpd to my buildroot project but I’m stuck and
> need some help.
> 
> Here’s what I’ve done so far:
> 
> 7.       ran “make apache-source” as a test, but make replies: “No rule
> to make target `apache-source’. Stop.”
> 
>  
> 
> I expected make to pick up the new package, but that’s clearly not
> happening. What am I missing?
> 
> $(eval $(call AUTOTARGETS))

If you're using latest git buildroot this has changed to:

$(eval $(autotools-package))

So the package infrastructure isn't evaluating (parsing) your package at
all.
Regards.




More information about the buildroot mailing list