Opened 5 years ago

Closed 5 years ago

#11701 closed enhancement (fixed)

whois ftbfs if HAVE_LIBIDN=1 is used

Reported by: ken@… Owned by: ken@…
Priority: normal Milestone: 8.4
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

We list HAVE_LIBIDN=1 as an option, so it doesn't get picked up by automated testing. But I had been using it. 'make' now complains:

Makefile:38: *** Please fix your build system to stop defining HAVE_LIBIDN!.  Stop.

and the full content of that part of the Makefile is:

# libidn support has been autodetected since 5.2.18
ifdef HAVE_LIBIDN
$(error Please fix your build system to stop defining HAVE_LIBIDN!)
endif

So just remove the Command Explanation.

Change History (2)

comment:1 by ken@…, 5 years ago

Owner: changed from blfs-book to ken@…
Status: newassigned

comment:2 by ken@…, 5 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.