Search
j0ke.net Open Build Service
>
Projects
>
home:jg
:
projects
:
filesystems
>
nfs-ganesha
> nfs-ganesha-2.0.0-no-strict-aliasing.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nfs-ganesha-2.0.0-no-strict-aliasing.patch of Package nfs-ganesha
*** 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