Navigation


Changeset 244:63fef1e56bc4 in freeDiameter


Ignore:
Timestamp:
Apr 2, 2010, 2:26:41 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix an issue for FreeBSD

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • INSTALL.FreeBSD

    r243 r244  
    5555  Workaround: use -DSKIP_TESTS:BOOL=ON
    5656 
    57 *) Extensions loading:
    58   It seems the loader in freeBSD does not make symbols globals as in Linux, this needs
    59  more investigation. Do not load any extension for now (quite useless...)
    60  http://httpd.apache.org/docs/1.3/dso.html describes the situation
    61  http://people.redhat.com/drepper/dsohowto.pdf (I must read to understand better)
    6257
    6358
    64 
    65 
  • freeDiameter/CMakeLists.txt

    r123 r244  
    5757ADD_EXECUTABLE(freeDiameterd ${FD_COMMON_SRC} ${FD_COMMON_GEN_SRC} main.c)
    5858
     59# Add this to workaround an apparent bug in FreeBSD cmake (already defined in Linux)
     60SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "-rdynamic")
     61
    5962# The link command
    6063LINK_DIRECTORIES(${CURRENT_BINARY_DIR}/../libfreeDiameter)
Note: See TracChangeset for help on using the changeset viewer.