Set defines for Mac OS X so that libsolv can be built
This commit is contained in:
@@ -30,6 +30,8 @@ switch $(HOST_PLATFORM) {
|
||||
DEFINES += HAVE_FOPENCOOKIE ;
|
||||
case freebsd :
|
||||
DEFINES += HAVE_FUNOPEN ;
|
||||
case darwin :
|
||||
DEFINES += HAVE_FUNOPEN HAVE_QSORT_R ;
|
||||
case * :
|
||||
Exit $(SUBDIR)/Jamfile: "Please add a case for your platform"
|
||||
"($(HOST_PLATFORM))!" ;
|
||||
|
||||
Reference in New Issue
Block a user