diff options
author | Brent Cook <bcook@openbsd.org> | 2015-03-22 06:18:18 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-03-22 07:43:55 -0500 |
commit | ad2a38ab4ae5d542206527dfa59a333352ea99ce (patch) | |
tree | 0d37160a7b7d2c56872bdcaa5a9ec000d8845c3e /tls | |
parent | 809fcf4ea75bd8609b608750ff301f363c18d92e (diff) | |
download | portable-ad2a38ab4ae5d542206527dfa59a333352ea99ce.tar.gz portable-ad2a38ab4ae5d542206527dfa59a333352ea99ce.tar.bz2 portable-ad2a38ab4ae5d542206527dfa59a333352ea99ce.zip |
rework CFLAGS/CPPFLAGS settings during configuration
Move define adjustments to CPPFLAGS.
Adjust user CFLAGS directly, do not override during configuration.
USER_CFLAGS is not necessary to build libcompat_noopt correctly.
Diffstat (limited to 'tls')
-rw-r--r-- | tls/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am index e82a694..e8c4713 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am | |||
@@ -5,7 +5,6 @@ lib_LTLIBRARIES = libtls.la | |||
5 | EXTRA_DIST = VERSION | 5 | EXTRA_DIST = VERSION |
6 | 6 | ||
7 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined | 7 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined |
8 | libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) | ||
9 | libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD) | 8 | libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD) |
10 | 9 | ||
11 | libtls_la_SOURCES = tls.c | 10 | libtls_la_SOURCES = tls.c |