aboutsummaryrefslogtreecommitdiff
path: root/apps
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 /apps
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 'apps')
-rw-r--r--apps/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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
2 2
3bin_PROGRAMS = openssl 3bin_PROGRAMS = openssl
4 4
5openssl_CFLAGS = $(USER_CFLAGS)
6openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) 5openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
7openssl_LDADD += $(top_builddir)/ssl/libssl.la 6openssl_LDADD += $(top_builddir)/ssl/libssl.la
8openssl_LDADD += $(top_builddir)/crypto/libcrypto.la 7openssl_LDADD += $(top_builddir)/crypto/libcrypto.la