cppflags
This commit is contained in:
parent
0fe30b6f56
commit
b07d838c65
1 changed files with 1 additions and 3 deletions
|
@ -28,13 +28,11 @@ CONFIGURE_ARGS= --with-INSTALL="" \
|
|||
--with-LIBTIFF="-L${LOCALBASE}/lib -ltiff -ljpeg" \
|
||||
--with-ZLIB=no --with-LIBZ=-lz \
|
||||
--with-TIFFINC="-I${LOCALBASE}/include" \
|
||||
--with-GCOPTS=" " --with-GCXXOPTS=" " \
|
||||
--with-GCOPTS=" " --with-GCXXOPTS="-std=c++14 " \
|
||||
--with-REGEX=no --with-LIBREGEX='' --with-REGEXINC=-I/usr/include \
|
||||
--with-DIR_HTML="${DOCSDIR}" \
|
||||
--with-GETTY=SysV
|
||||
CFLAGS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -Wall -L${LOCALBASE}/lib
|
||||
CFLAGS+= -std=c++14
|
||||
C++FLAGS+= -std=c++14
|
||||
CONFIGURE_ENV= ENVOPTS="${CFLAGS}" STRIP=/usr/bin/true
|
||||
MAKE_ENV+= ROOT=${STAGEDIR}
|
||||
MAKE_ARGS+= OPTIMIZER="" -DOPTIMIZER
|
||||
|
|
Loading…
Reference in a new issue