From e980b1bc6fedd2e6bfbe6b7b99c466acc6281afe Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 18 Oct 2011 17:20:56 +0000 Subject: Fix kppp FTBFS under armel git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1259480 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kppp/configure.in.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kppp/configure.in.in') diff --git a/kppp/configure.in.in b/kppp/configure.in.in index 867d5f07..720680c2 100644 --- a/kppp/configure.in.in +++ b/kppp/configure.in.in @@ -30,6 +30,9 @@ AC_TRY_LINK([ #ifndef STREAMS #if defined(linux) + #ifndef aligned_u64 + #define aligned_u64 unsigned long long __attribute__((aligned(8))) + #endif #include #elif defined(__DragonFly__) #include -- cgit v1.2.1