It is not really important, but if I try to compile this with
It compiles with poudriere, but in the port with gcc48 only with
What's this?
OPTION LDAP=on (default-option), I got:
Code:
libaminfo.a(info_ndbm.o): In function `ndbm_search':
info_ndbm.c:(.text+0x34): undefined reference to `dbm_pagfno'
libaminfo.a(info_ndbm.o): In function `ndbm_init':
info_ndbm.c:(.text+0x114): undefined reference to `dbm_pagfno'
collect2: error: ld returned 1 exit status
It compiles with poudriere, but in the port with gcc48 only with
CFLAGS="-lgdbm -lgdbm_compat" (clang seems to ignore CFLAGS or LDFLAGS). With LDAP=off it works normal.What's this?
Last edited: