Skip to content

community/whois: fix CFLAGS

Stuart Cardall requested to merge itoffshore/aports:whois into master
  • fixes #11998 (closed)

    for reference whois now builds with:

    gcc -Os -fomit-frame-pointer -DHAVE_GETOPT_LONG -DHAVE_GETADDRINFO -DHAVE_SHA_CRYPT -Wl,--as-needed -o whois whois.o utils.o simple_recode.o -lidn -lintl

Merge request reports