13 lines
433 B
Diff
13 lines
433 B
Diff
|
*** nfs-ganesha-2.0.0/src/CMakeLists.txt.orig 2013-12-11 12:46:24.587001058 -0500
|
||
|
--- nfs-ganesha-2.0.0/src/CMakeLists.txt 2013-12-11 12:47:27.314999423 -0500
|
||
|
***************
|
||
|
*** 34,39 ****
|
||
|
--- 34,40 ----
|
||
|
|
||
|
# find out which platform we are building on
|
||
|
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
||
|
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-strict-aliasing")
|
||
|
set(LINUX ON)
|
||
|
set(UNIX ON)
|
||
|
# Now detects the Linux's distro
|