poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] poke: Install pk-hserver.pk even if hserver is disabled


From: Jose E. Marchesi
Subject: Re: [PATCH] poke: Install pk-hserver.pk even if hserver is disabled
Date: Sun, 30 Jan 2022 22:51:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi Sergio.

> When poke is compiled with --disable-hserver, it still attempts to
> load pk-hserver.pk during its initialization routine.  For this
> reason, we always need to install this module in the system.
>
> 2022-01-30  Sergio Durigan Junior  <sergiodj@sergiodj.net>
>
>       * poke/Makefile.am (dist_pkgdata_DATA): Always install
>       pk-hserver.pk.

I just installed this on both master and maint/poke-2, on your behalf.
Thanks!

> ---
>  ChangeLog        | 5 +++++
>  poke/Makefile.am | 3 ++-
>  2 files changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index 324ac3b4..62145311 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,8 @@
> +2022-01-30  Sergio Durigan Junior  <sergiodj@sergiodj.net>
> +
> +     * poke/Makefile.am (dist_pkgdata_DATA): Always install
> +     pk-hserver.pk.
> +
>  2022-01-30  Jose E. Marchesi  <jemarch@gnu.org>
>  
>       * poke/pk-term.c (erase_line_str): New variable.
> diff --git a/poke/Makefile.am b/poke/Makefile.am
> index 334769f3..db192dd1 100644
> --- a/poke/Makefile.am
> +++ b/poke/Makefile.am
> @@ -157,8 +157,9 @@ endif
>  if HSERVER
>    poke_SOURCES += pk-hserver.h pk-hserver.c
>    poke_LDADD += -lpthread
> -  dist_pkgdata_DATA += pk-hserver.pk
>  endif
> +# We install pk-hserver.pk even if HSERVER is not enabled.
> +dist_pkgdata_DATA += pk-hserver.pk
>  
>  # nodelist is now treated by doc/Makefile.am.
>  MOSTLYCLEANFILES += nodelist



reply via email to

[Prev in Thread] Current Thread [Next in Thread]