_syscall macroses defined only for __KERNEL__ in unistd.h. A
workaround like for i386 helps to build it, but I do not know how it
is correct. The code has been taken from unistd.h
diff --git a/src/base/linux_syscall_support.h b/src/base/linux_syscall_support.h
index 0dfdd8d..41b3b17 100644
--- a/s
Steve,
For me it's built ok if you install libpop-dev before building (not
after has found the problem)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
For the last option, I have a hack
diff --git a/tools/c_rehash.in b/tools/c_rehash.in
index 4497cbd..d76e693 100644
--- a/tools/c_rehash.in
+++ b/tools/c_rehash.in
@@ -59,12 +59,15 @@ sub hash_dir {
}
}
closedir DIR;
- FILE: foreach $fname (grep {/\.pem$/} @flist) {
+ FILE: foreach $fname (
3 matches
Mail list logo