mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/ex-vi: Don't override environment CC.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
39b109c8fa
commit
a6ac33d453
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ sed -i -e "/^#define/s,\\(TUBESIZE *\\).*$,\\1 $(( TUBECOLS * TUBELINES ))," \
|
|||
# To avoid conflicts with Slackware's elvis and/or vim, we install to /opt and
|
||||
# include a login script to set PATH and MANPATH.
|
||||
make -j1 all install \
|
||||
CC="gcc $SLKCFLAGS" \
|
||||
RPMCFLAGS="$SLKCFLAGS" \
|
||||
MANDIR=/opt/$PRGNAM/man \
|
||||
PREFIX=/opt/$PRGNAM \
|
||||
INSTALL=install \
|
||||
|
|
Loading…
Reference in a new issue