mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
11 lines
357 B
Diff
11 lines
357 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -116,7 +116,7 @@ if get_option('pam')
|
|
endif
|
|
|
|
if host_machine.system() == 'linux' or host_machine.system() == 'gnu'
|
|
- gettext_deps = []
|
|
+ gettext_deps = [cc.find_library('intl')]
|
|
elif (host_machine.system() == 'freebsd' or
|
|
host_machine.system() == 'openbsd' or
|
|
host_machine.system() == 'dragonfly')
|