All of lore.kernel.org
 help / color / mirror / Atom feed
* How to create lighttpd with minimal configure options?
@ 2018-02-01 12:02 Frank Smith
  2018-02-02 20:56 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Smith @ 2018-02-01 12:02 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/html, Size: 1372 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to create lighttpd with minimal configure options?
  2018-02-01 12:02 How to create lighttpd with minimal configure options? Frank Smith
@ 2018-02-02 20:56 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2018-02-02 20:56 UTC (permalink / raw)
  To: Frank Smith; +Cc: Yocto-mailing-list

[-- Attachment #1: Type: text/plain, Size: 1166 bytes --]

On 1 February 2018 at 12:02, Frank Smith <smith-f@gmx.de> wrote:

> I want to create a minimal lighttpd package as small as possible.
> Therefore I created a bbappendfile with extra configure flags. As follows.
> But the changes seems to not have any effect at all. The size of my minimal
> rootfs.jffs2 increases from 3MB to 5.1MB.
>
> meta-iris/recipes-extended/lighttpd/lighttpd_%.bbappend
>
> LICENSE = "BSD"
>
> EXTRA_OECONF += "--enable-ipv6"
> EXTRA_OECONF += "--with-zlib"
> EXTRA_OECONF += "--without-openssl"
>
> How to build a minimal lighttpd package? I was also thinking about
> disabling unused modules, but how?
>
> Maybe I did not really understand, how to enable the ./configure options.
> Is this the right way to configure with an option?
>
> PACKAGECONFIG ??= "openssl pcre zlib \
>     [..]
> "
> PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl"
>
> EXTRA_OECONF += "--without-openssl"
>

No, that's not how to use PACKAGECONFIG.

See the manual for an explanation of PACKAGECONFIG and how to use it:

http://www.yoctoproject.org/docs/2.5/ref-manual/ref-manual.html#var-PACKAGECONFIG

Ross

[-- Attachment #2: Type: text/html, Size: 2270 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-02 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-01 12:02 How to create lighttpd with minimal configure options? Frank Smith
2018-02-02 20:56 ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.