# HG changeset patch # User Sebastien Decugis # Date 1278568111 -32400 # Node ID 6b71c4c6c562e169f88292304f5b7289ae9656e6 # Parent 26aafbbc164061ddbc8a0a2fa5aeec57ec2c3773 Build the utility library as shared so that the code is not duplicated -- should fix compilation on AMD64 (#5) diff -r 26aafbbc1640 -r 6b71c4c6c562 extensions/app_radgw/CMakeLists.txt --- a/extensions/app_radgw/CMakeLists.txt Thu Jul 08 14:24:19 2010 +0900 +++ b/extensions/app_radgw/CMakeLists.txt Thu Jul 08 14:48:31 2010 +0900 @@ -28,7 +28,7 @@ md5.h hostap_compat.h ) -ADD_LIBRARY(rgw_common ${RG_COMMON_SRC}) +ADD_LIBRARY(rgw_common SHARED ${RG_COMMON_SRC})