[Bug 1735] build failure if ENABLE_PKCS11 is not defined
    bugzilla-daemon at bugzilla.mindrot.org 
    bugzilla-daemon at bugzilla.mindrot.org
       
    Sat Mar 13 17:04:29 EST 2010
    
    
  
https://bugzilla.mindrot.org/show_bug.cgi?id=1735
--- Comment #1 from Felix von Leitner <felix-mindrot at fefe.de> 2010-03-13 17:04:28 EST ---
I found out why my build did not define ENABLE_PKCS11.  I was building
a statically linked binary with my embedded libc.
There is another, related bug.  ssh-pkcs11-helper fails to build in the
above configuration, because it has an undefined reference to xstrdup. 
That is used by bsd-misc.o but not linked into openbsd-compat.a.
When I add xmalloc.o manually to openbsd-compat.a, the build works.
-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
    
    
More information about the openssh-bugs
mailing list