Skip to content

Commit

Permalink
[11199] Resolve scripting library load problem at FreeBSD with cmake
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
Lynx3d authored and VladimirMangos committed Feb 23, 2011
1 parent 4b61e9a commit a045f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mangosd/CMakeLists.txt
Expand Up @@ -77,7 +77,7 @@ endif()
set(EXECUTABLE_LINK_FLAGS "")

if(UNIX)
set(EXECUTABLE_LINK_FLAGS "-pthread ${EXECUTABLE_LINK_FLAGS}")
set(EXECUTABLE_LINK_FLAGS "-pthread ${EXECUTABLE_LINK_FLAGS} -rdynamic")
endif()

if(APPLE)
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11198"
#define REVISION_NR "11199"
#endif // __REVISION_NR_H__

0 comments on commit a045f88

Please sign in to comment.