mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
libotp: add libraries after objects
Add dependency on external libraries after dependency on internal objects so the linker can correctly pick up all symbols. https://pagure.io/freeipa/issue/7189 Original patch by Rob Crittenden Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
parent
9e640190ee
commit
ba037a3551
@ -15,4 +15,4 @@ libotp_la_LIBADD = libhotp.la
|
||||
|
||||
check_PROGRAMS = t_hotp
|
||||
TESTS = $(check_PROGRAMS)
|
||||
t_hotp_LDADD = $(NSPR_LIBS) $(NSS_LIBS) libhotp.la
|
||||
t_hotp_LDADD = libhotp.la $(NSPR_LIBS) $(NSS_LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user