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. --- ssl/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'ssl') diff --git a/ssl/Makefile.am b/ssl/Makefile.am index 7d66795..db60775 100644 --- a/ssl/Makefile.am +++ b/ssl/Makefile.am @@ -5,7 +5,6 @@ lib_LTLIBRARIES = libssl.la EXTRA_DIST = VERSION libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined -libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) libssl_la_LIBADD = ../crypto/libcrypto.la libssl_la_SOURCES = bio_ssl.c -- cgit v1.2.3-55-g6feb