[csw-maintainers] serf - how to correctly depend on libapr ?

rupert THURNER rupert at opencsw.org
Sun May 17 09:31:16 CEST 2009


On Sun, May 17, 2009 at 06:55, Mike Watters <mwatters at opencsw.org> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi rupert,
> rupert THURNER wrote:
>>
>
> make the changes below to your recipe and update your version of gar
> then run make clean && make test
>
> # UPSTREAM_MASTER_SITES =
>
> DEPENDS = server/apache2
> STRIP_LIBTOOL = 1
>
> CONFIGURE_ARGS = $(DIRPATHS)
> CONFIGURE_ARGS += --with-apr=$(prefix)/apache2/bin/apr-config
> CONFIGURE_ARGS += --with-apr-util=$(prefix)/apache2/bin/apu-config

many thanks that works! what is the reason that you recooment the args
above contrary to:

CONFIGURE_ARGS += --with-apr=$(prefix)/apache2
CONFIGURE_ARGS += --with-apr-util=$(prefix)/apache2

?

rupert.



More information about the maintainers mailing list