20 lines
466 B
Diff
20 lines
466 B
Diff
|
*** nfs-ganesha-2.1.0/src/support/CMakeLists.txt.orig 2014-07-01 11:06:16.219133273 -0400
|
||
|
--- nfs-ganesha-2.1.0/src/support/CMakeLists.txt 2014-07-01 11:05:03.312133273 -0400
|
||
|
***************
|
||
|
*** 33,39 ****
|
||
|
uid2grp_cache.c
|
||
|
)
|
||
|
|
||
|
! add_library( uid2grp ${uid2grp_SRCS} )
|
||
|
|
||
|
########### next target ###############
|
||
|
|
||
|
--- 33,39 ----
|
||
|
uid2grp_cache.c
|
||
|
)
|
||
|
|
||
|
! add_library( uid2grp STATIC ${uid2grp_SRCS} )
|
||
|
|
||
|
########### next target ###############
|
||
|
|