mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
iputils: fix typo in libintl comment
The sentence should end with a dot (.) and not a comma (,). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5f708c1cd5
commit
0fc926dbd1
@ -39,7 +39,7 @@ IPUTILS_DEPENDENCIES += libgcrypt
|
|||||||
# When gettext is enabled (BR2_PACKAGE_GETTEXT=y), and provides libintl
|
# When gettext is enabled (BR2_PACKAGE_GETTEXT=y), and provides libintl
|
||||||
# (BR2_NEEDS_GETTEXT=y), libgpg-error will link with libintl, and libgpg-error
|
# (BR2_NEEDS_GETTEXT=y), libgpg-error will link with libintl, and libgpg-error
|
||||||
# is pulled in by libgcrypt. Since iputils doesn't use libtool, we have to link
|
# is pulled in by libgcrypt. Since iputils doesn't use libtool, we have to link
|
||||||
# with libintl explicitly for static linking,
|
# with libintl explicitly for static linking.
|
||||||
ifeq ($(BR2_STATIC_LIBS)$(BR2_NEEDS_GETTEXT)$(BR2_PACKAGE_GETTEXT),yyy)
|
ifeq ($(BR2_STATIC_LIBS)$(BR2_NEEDS_GETTEXT)$(BR2_PACKAGE_GETTEXT),yyy)
|
||||||
IPUTILS_MAKE_OPTS += ADDLIB='-lintl'
|
IPUTILS_MAKE_OPTS += ADDLIB='-lintl'
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user