network/cicb: Minor fix for -current.

This commit is contained in:
B. Watson 2015-11-17 02:27:27 -05:00 committed by Willy Sudiarto Raharjo
parent 1949a1037d
commit 2fefc50f57

View file

@ -71,6 +71,9 @@ patch -p1 < $CWD/tcl_continue_error.diff
# --with-(readline|ssl)* and the LDFLAGS below. They don't do any harm
# on 32-bit.
# 20151117 bkw: -current needs CPPFLAGS=-P, and it does no harm on 14.1.
CPPFLAGS="-P" \
LDFLAGS="-L/usr/lib$LIBDIRSUFFIX" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \