Navigation


Changeset 845:5c4cf8d15ef0 in freeDiameter for extensions/app_radgw


Ignore:
Timestamp:
Oct 17, 2012, 4:10:14 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Tags:
1.1.5-rc1
Message:

Well this time, I hope, should be the last fix to enable compilation on Darwin systems...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/CMakeLists.txt

    r841 r845  
    5555  SET_TARGET_PROPERTIES(${PLGNAME} PROPERTIES PREFIX "" )
    5656  SET_TARGET_PROPERTIES(${PLGNAME} PROPERTIES SUFFIX ".rgwx" )
    57   #MAC OS X
    58   IF (APPLE)
    59     SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-flat_namespace,-undefined,warning")
    60   ENDIF(APPLE)
    6157  INSTALL(TARGETS ${PLGNAME}
    6258        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
Note: See TracChangeset for help on using the changeset viewer.