Navigation


Changeset 840:365f1ed01cd1 in freeDiameter


Ignore:
Timestamp:
Oct 16, 2012, 3:22:42 AM (12 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

Similarly fix compilation for extensions plugins, it seems the CMake on OS X platform does not like unresolved symbols for modules.

Location:
extensions
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/CMakeLists.txt

    r823 r840  
    4747FD_ADD_EXTENSION(app_diameap ${diameapsrc})
    4848
    49 TARGET_LINK_LIBRARIES(app_diameap ${GCRYPT_LIBRARY} ${MySQL_LIBRARY})
     49TARGET_LINK_LIBRARIES(app_diameap ${GCRYPT_LIBRARY} ${GNUTLS_LIBRARIES} ${MySQL_LIBRARY} )
    5050
    5151####
  • extensions/app_diameap/plugins/eap_tls/CMakeLists.txt

    r425 r840  
    1515    eaptls.tab.h
    1616    )
     17
     18TARGET_LINK_LIBRARIES(eap_tls ${GNUTLS_LIBRARIES})
  • extensions/app_radgw/CMakeLists.txt

    r583 r840  
    5555  SET_TARGET_PROPERTIES(${PLGNAME} PROPERTIES PREFIX "" )
    5656  SET_TARGET_PROPERTIES(${PLGNAME} PROPERTIES SUFFIX ".rgwx" )
     57  TARGET_LINK_LIBRARIES(${PLGNAME} app_radgw)
    5758  INSTALL(TARGETS ${PLGNAME}
    5859        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
Note: See TracChangeset for help on using the changeset viewer.