Update FreeBSD case for libsolv build.

This commit is contained in:
Rene Gollent 2017-09-24 15:32:59 -04:00
parent a657e677d9
commit e7b5894981
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ switch $(HOST_PLATFORM) {
case haiku_host :
DEFINES += HAVE_FOPENCOOKIE ;
case freebsd :
DEFINES += HAVE_FUNOPEN ;
DEFINES += HAVE_STRCHRNUL HAVE_FUNOPEN ;
case darwin :
DEFINES += HAVE_FUNOPEN HAVE_QSORT_R ;
case * :