Changeset 1405

Show
Ignore:
Timestamp:
09/22/09 13:01:04 (12 months ago)
Author:
ahu
Message:

Thanks to Winfried Angele for spotting & fixing this: allow 'lua' to dlopen new libraries

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/Makefile-recursor

    r1310 r1405  
    1111# Lua 5.1 settings 
    1212LUA_CPPFLAGS_CONFIG ?= -I/usr/include/lua5.1 
    13 LUA_LIBS_CONFIG ?= -llua5.1 
     13LUA_LIBS_CONFIG ?= -llua5.1 -rdynamic 
    1414 
    1515# Lua 5.0 settings