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. --- apps/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/Makefile.am b/apps/Makefile.am index 30978c1..3604349 100644 --- a/apps/Makefile.am +++ b/apps/Makefile.am @@ -2,7 +2,6 @@ include $(top_srcdir)/Makefile.am.common bin_PROGRAMS = openssl -openssl_CFLAGS = $(USER_CFLAGS) openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) openssl_LDADD += $(top_builddir)/ssl/libssl.la openssl_LDADD += $(top_builddir)/crypto/libcrypto.la -- cgit v1.2.3-55-g6feb