diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-12 03:34:08 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-12 03:34:08 -0500 |
commit | 65944782c3a1c347f5d57cc6649f04e8a89c58bd (patch) | |
tree | 6a6d0976ea644d81ac187e53f1fcb3e55adc2e5d /crypto | |
parent | 6017202b77e4483b6ac5db7bb48932f2e7411245 (diff) | |
download | portable-65944782c3a1c347f5d57cc6649f04e8a89c58bd.tar.gz portable-65944782c3a1c347f5d57cc6649f04e8a89c58bd.tar.bz2 portable-65944782c3a1c347f5d57cc6649f04e8a89c58bd.zip |
add platform libraries to libcompat's LIBADD list
ok beck@
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/Makefile.am.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am.tpl b/crypto/Makefile.am.tpl index 4830da4..20c3495 100644 --- a/crypto/Makefile.am.tpl +++ b/crypto/Makefile.am.tpl | |||
@@ -19,6 +19,7 @@ libcompatnoopt_la_SOURCES = compat/explicit_bzero.c | |||
19 | # other compatibility functions | 19 | # other compatibility functions |
20 | libcompat_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) | 20 | libcompat_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) |
21 | libcompat_la_SOURCES = | 21 | libcompat_la_SOURCES = |
22 | libcompat_la_LIBADD = $(PLATFORM_LDADD) | ||
22 | 23 | ||
23 | if NO_STRLCAT | 24 | if NO_STRLCAT |
24 | libcompat_la_SOURCES += compat/strlcat.c | 25 | libcompat_la_SOURCES += compat/strlcat.c |