Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: allow build without gettext #58

Closed
wants to merge 1 commit into from

Conversation

baruchsiach
Copy link

Build fails when gettext is not installed, because the xgettext and
msgfmt utilities are not available. With this patch, setting
HAVE_GETTEXT to an empty string allows the build to succeed. This is
useful for space constrained targets where translation files are not
needed.

Build fails when gettext is not installed, because the xgettext and
msgfmt utilities are not available. With this patch, setting
HAVE_GETTEXT to an empty string allows the build to succeed. This is
useful for space constrained targets where translation files are not
needed.
@rfc1036
Copy link
Owner

rfc1036 commented Aug 16, 2017

No, sorry. For your corner case you can just run "make install-whois" etc.

@rfc1036 rfc1036 closed this Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants