1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)

MFH:		2020Q3 (fix build blanket)
This commit is contained in:
Piotr Kubaj 2020-07-07 15:08:23 +00:00
parent ec6a4ada8e
commit 99828e87db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541425

View File

@ -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