Index: trunk/php/luasandbox/config.m4 |
— | — | @@ -24,6 +24,8 @@ |
25 | 25 | dnl Output results for debugging purposes: |
26 | 26 | AC_MSG_NOTICE(LUA: found LUA_CFLAGS: $LUA_CFLAGS) |
27 | 27 | AC_MSG_NOTICE(LUA: found LUA_LIBS: $LUA_LIBS) |
| 28 | + |
| 29 | + PHP_EVAL_LIBLINE("-lrt", LUASANDBOX_SHARED_LIBADD) |
28 | 30 | |
29 | 31 | PHP_SUBST(LUASANDBOX_SHARED_LIBADD) |
30 | 32 | PHP_NEW_EXTENSION(luasandbox, luasandbox.c timer.c, $ext_shared) |