diff options
author | Brent Cook <bcook@openbsd.org> | 2015-03-22 06:18:18 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-03-22 07:43:55 -0500 |
commit | ad2a38ab4ae5d542206527dfa59a333352ea99ce (patch) | |
tree | 0d37160a7b7d2c56872bdcaa5a9ec000d8845c3e /ssl | |
parent | 809fcf4ea75bd8609b608750ff301f363c18d92e (diff) | |
download | portable-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.am | 1 |
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 | |||
5 | EXTRA_DIST = VERSION | 5 | EXTRA_DIST = VERSION |
6 | 6 | ||
7 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined | 7 | libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@ -no-undefined |
8 | libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) | ||
9 | libssl_la_LIBADD = ../crypto/libcrypto.la | 8 | libssl_la_LIBADD = ../crypto/libcrypto.la |
10 | 9 | ||
11 | libssl_la_SOURCES = bio_ssl.c | 10 | libssl_la_SOURCES = bio_ssl.c |