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 /apps | |
| 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 'apps')
| -rw-r--r-- | apps/Makefile.am | 1 |
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 | ||
| 3 | bin_PROGRAMS = openssl | 3 | bin_PROGRAMS = openssl |
| 4 | 4 | ||
| 5 | openssl_CFLAGS = $(USER_CFLAGS) | ||
| 6 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 5 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
| 7 | openssl_LDADD += $(top_builddir)/ssl/libssl.la | 6 | openssl_LDADD += $(top_builddir)/ssl/libssl.la |
| 8 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la | 7 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la |
