aboutsummaryrefslogtreecommitdiff
path: root/ssl
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 /ssl
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 'ssl')
-rw-r--r--ssl/Makefile.am1
1 files changed, 0 insertions, 1 deletions
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
5EXTRA_DIST = VERSION 5EXTRA_DIST = VERSION
6 6
7libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined 7libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined
8libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS)
9libssl_la_LIBADD = ../crypto/libcrypto.la 8libssl_la_LIBADD = ../crypto/libcrypto.la
10 9
11libssl_la_SOURCES = bio_ssl.c 10libssl_la_SOURCES = bio_ssl.c