Skip to content

Commit

Permalink
weechat: generate translations and don't link against libintl.
Browse files Browse the repository at this point in the history
The gnutls-devels -> gnutls -> gettext-libs chain pulled in libintl.so,
which ended up unnecessarily linked into the binary.

Ironically, no localization files were generated, because gettext wasn't
in hostmakedepends.
  • Loading branch information
ericonr committed Mar 24, 2021
1 parent e1aa107 commit 039ca9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srcpkgs/weechat/template
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Template file for 'weechat'
pkgname=weechat
version=3.1
revision=1
revision=2
build_style=cmake
configure_args="-DENABLE_MAN=ON -DENABLE_PERL=ON
-DENABLE_LUA=ON -DENABLE_RUBY=ON -DENABLE_SPELL=ON
-DENABLE_GUILE=OFF -DENABLE_PHP=OFF -DENABLE_JAVASCRIPT=OFF"
hostmakedepends="ruby-asciidoctor libgcrypt-devel pkg-config python3 tcl-devel"
hostmakedepends="ruby-asciidoctor libgcrypt-devel pkg-config python3 tcl-devel
gettext"
makedepends="aspell-devel gnutls-devel libcurl-devel lua53-devel ncurses-devel
perl python3-devel ruby-devel tcl-devel"
depends="ca-certificates"
Expand Down

0 comments on commit 039ca9a

Please sign in to comment.