mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Adopt Debian's fix-FTBFS-on-GNU-Hurd.patch.
- Took the original patch by Ondrej Sury; - Applied a fix for a known problem in the patch: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882062 - Fixed a few other issues
This commit is contained in:
parent
45cabf1017
commit
f46acd4a3a
5 changed files with 64 additions and 17 deletions
|
|
@ -77,6 +77,9 @@ IF(NOT VERSION)
|
|||
SET(DEFAULT_MACHINE "i386")
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
ELSEIF(CMAKE_SYSTEM_NAME MATCHES "GNU")
|
||||
SET(DEFAULT_PLATFORM "GNU")
|
||||
SET(DEFAULT_MACHINE "i386")
|
||||
ELSEIF(CMAKE_SYSTEM_NAME MATCHES "Darwin")
|
||||
IF(CMAKE_OSX_DEPLOYMENT_TARGET)
|
||||
SET(DEFAULT_PLATFORM "osx${CMAKE_OSX_DEPLOYMENT_TARGET}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue