aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-07 15:09:11 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-07-07 15:09:11 +0000
commitc8df1239a546515b77723b73dc127cff496048c7 (patch)
tree485b89bc168c9bd7fd95b43c4e953e74b89caafa /sysutils
parentdca13871c53ab4c4a2b8f60b65dd869a25ec485c (diff)
downloadports-c8df1239a546515b77723b73dc127cff496048c7.tar.gz
ports-c8df1239a546515b77723b73dc127cff496048c7.zip
MFH: r541425
sysutils/nss_ndb: fix build on GCC architectures Use newer GCC to workaround GCC 4.2 bug: cc -fstack-protector-strong -g -o makendb makendb.o nss_ndb.o -lpthread -ldl cc: Internal error: Segmentation fault (program ld) Approved by: portmgr (fix build blanket)
Notes
Notes: svn path=/branches/2020Q3/; revision=541426
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/nss_ndb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/nss_ndb/Makefile b/sysutils/nss_ndb/Makefile
index 6e2fb8e85d58..d97354df6edd 100644
--- a/sysutils/nss_ndb/Makefile
+++ b/sysutils/nss_ndb/Makefile
@@ -51,6 +51,7 @@ DB4_USE_LDCONFIG+= yes
DB4_LIB_DEPENDS= libdb-4.8.so:databases/db48
DB4_CONFIGURE_ON= --with-db=4
+USES= compiler:c11
USE_GITHUB= yes
GH_ACCOUNT= ptrrkssn