From ad2a38ab4ae5d542206527dfa59a333352ea99ce Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sun, 22 Mar 2015 06:18:18 -0500 Subject: 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. --- tls/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'tls') 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 EXTRA_DIST = VERSION libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined -libtls_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD) libtls_la_SOURCES = tls.c -- cgit v1.2.3-55-g6feb