]> git.pld-linux.org Git - packages/irssi.git/blob - bug-1374.patch
perl 5.38.0 rebuild
[packages/irssi.git] / bug-1374.patch
1 diff --git a/configure.ac b/configure.ac
2 index f03569e..53a9de6 100644
3 --- a/configure.ac
4 +++ b/configure.ac
5 @@ -650,6 +650,7 @@ for c in $CHAT_MODULES; do
6  done
7  
8  FE_COMMON_LIBS="$FE_COMMON_LIBS../fe-common/core/libfe_common_core.a"
9 +AC_SUBST(FE_COMMON_LIBS)
10  
11  dnl ** common libraries needed by frontends
12  COMMON_NOUI_LIBS="$CHAT_LIBS $CORE_LIBS"
13 diff --git a/src/fe-none/Makefile.am b/src/fe-none/Makefile.am
14 index bbcd63f..e8ce8d6 100644
15 --- a/src/fe-none/Makefile.am
16 +++ b/src/fe-none/Makefile.am
17 @@ -4,12 +4,13 @@ AM_CPPFLAGS = \
18         -I$(top_builddir) \
19         $(GLIB_CFLAGS)
20  
21 -botti_DEPENDENCIES = @COMMON_NOUI_LIBS@
22 +botti_DEPENDENCIES = @COMMON_NOUI_LIBS@ @FE_COMMON_LIBS@
23  
24  botti_LDADD = \
25         @COMMON_NOUI_LIBS@ \
26         @PERL_LINK_LIBS@ \
27         @PERL_LINK_FLAGS@ \
28 +       @FE_COMMON_LIBS@ \
29         @PROG_LIBS@
30  
31  botti_SOURCES = \
32 diff --git a/src/fe-none/meson.build b/src/fe-none/meson.build
33 index 58df15f..8e32b94 100644
34 --- a/src/fe-none/meson.build
35 +++ b/src/fe-none/meson.build
36 @@ -11,6 +11,7 @@ executable('botti',
37      libconfig_a,
38      libcore_a,
39      libirc_a,
40 +    libfe_common_core_a,
41    ],
42    install : true,
43    dependencies : dep
This page took 0.045529 seconds and 3 git commands to generate.