From d32cf13525153b9bb961a72cded215e9866e78bd Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Fri, 15 Oct 2010 16:52:27 +0400 Subject: implemented timerfd for glibc-2.7 or earlier (debian lenny is now welcome) --- accel-pptpd/logs/CMakeLists.txt | 2 +- accel-pptpd/logs/log_file.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'accel-pptpd/logs') diff --git a/accel-pptpd/logs/CMakeLists.txt b/accel-pptpd/logs/CMakeLists.txt index de66b1e4..b2c432d0 100644 --- a/accel-pptpd/logs/CMakeLists.txt +++ b/accel-pptpd/logs/CMakeLists.txt @@ -1,5 +1,5 @@ ADD_LIBRARY(log_file SHARED log_file.c) -TARGET_LINK_LIBRARIES(log_file aio rt) +TARGET_LINK_LIBRARIES(log_file rt) INSTALL(TARGETS log_file LIBRARY DESTINATION usr/lib/accel-pptp diff --git a/accel-pptpd/logs/log_file.c b/accel-pptpd/logs/log_file.c index be615ad8..f343286b 100644 --- a/accel-pptpd/logs/log_file.c +++ b/accel-pptpd/logs/log_file.c @@ -6,7 +6,6 @@ #include #include #include -#include #include "log.h" #include "events.h" -- cgit v1.2.3