aboutsummaryrefslogtreecommitdiff
path: root/tls
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-03-22 06:18:18 -0500
committerBrent Cook <bcook@openbsd.org>2015-03-22 07:43:55 -0500
commitad2a38ab4ae5d542206527dfa59a333352ea99ce (patch)
tree0d37160a7b7d2c56872bdcaa5a9ec000d8845c3e /tls
parent809fcf4ea75bd8609b608750ff301f363c18d92e (diff)
downloadportable-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.am1
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
5EXTRA_DIST = VERSION 5EXTRA_DIST = VERSION
6 6
7libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined 7libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined
8libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS)
9libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD) 8libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD)
10 9
11libtls_la_SOURCES = tls.c 10libtls_la_SOURCES = tls.c