diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-04-24 19:15:05 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-04-24 19:15:05 +0000 |
commit | 32daaae72c4bea6711020b6b7a68acbaf0af386e (patch) | |
tree | b590ae091a9af999c14febe1822125712dc4d64d /math/gretl/Makefile | |
parent | a5d01b17a3d027e7980bd9a736a47dee432f579f (diff) | |
download | ports-32daaae72c4bea6711020b6b7a68acbaf0af386e.tar.gz ports-32daaae72c4bea6711020b6b7a68acbaf0af386e.zip |
Notes
Diffstat (limited to 'math/gretl/Makefile')
-rw-r--r-- | math/gretl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gretl/Makefile b/math/gretl/Makefile index db9ef07040a1..e7cfb9eadcbb 100644 --- a/math/gretl/Makefile +++ b/math/gretl/Makefile @@ -27,6 +27,7 @@ USE_LDCONFIG= yes BINARY_ALIAS= make=${GMAKE} ALL_TARGET= # empty +SSP_CFLAGS?= -fstack-protector # XXX -strong crashes mklang on 12.0+ i386 CONFIGURE_ENV= ac_cv_lib_dl_dlopen="" \ LAPACK_LIBS="${LAPACK} ${BLAS}" |