Mercurial > dropbear
diff dropbear.8 @ 1406:96a282e78085
Fix libtomcrypt/libtommath linking order
To prevent build failures when using system libtom libraries and
linking with --as-needed, LIBTOM_LIBS should be in the order
-ltomcrypt -ltommath, not the other way around, ie libs should be
prepended to LIBTOM_LIBS as they are found, not appended.
Signed-off-by: Andre McCurdy <[email protected]>
author | Andre McCurdy <armccurdy@gmail.com> |
---|---|
date | Fri, 16 Sep 2016 12:18:23 -0700 |
parents | ee2ffa044c7e |
children | 517c67cbcd31 |