mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/cicb: Minor fix for -current.
This commit is contained in:
parent
1949a1037d
commit
2fefc50f57
1 changed files with 3 additions and 0 deletions
|
@ -71,6 +71,9 @@ patch -p1 < $CWD/tcl_continue_error.diff
|
||||||
# --with-(readline|ssl)* and the LDFLAGS below. They don't do any harm
|
# --with-(readline|ssl)* and the LDFLAGS below. They don't do any harm
|
||||||
# on 32-bit.
|
# on 32-bit.
|
||||||
|
|
||||||
|
# 20151117 bkw: -current needs CPPFLAGS=-P, and it does no harm on 14.1.
|
||||||
|
|
||||||
|
CPPFLAGS="-P" \
|
||||||
LDFLAGS="-L/usr/lib$LIBDIRSUFFIX" \
|
LDFLAGS="-L/usr/lib$LIBDIRSUFFIX" \
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS" \
|
||||||
|
|
Loading…
Reference in a new issue