diff options
| author | Brent Cook <bcook@openbsd.org> | 2017-07-05 23:16:45 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2017-07-05 23:16:45 -0500 |
| commit | 8a658c37b5895b05eef9f8ba01d89085051f1573 (patch) | |
| tree | 7f91d0c8e556acdac033a9bb566a2096440652c4 | |
| parent | 8b80bcdad82a57d195381a150aa2690f188b127e (diff) | |
| parent | b49242fcb0dbf5c50cc1410c39747080de7363dd (diff) | |
| download | portable-8a658c37b5895b05eef9f8ba01d89085051f1573.tar.gz portable-8a658c37b5895b05eef9f8ba01d89085051f1573.tar.bz2 portable-8a658c37b5895b05eef9f8ba01d89085051f1573.zip | |
Land #316, Remove misleading CFLAGS / LDFLAGS
| -rw-r--r-- | m4/check-os-options.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4 index 1a7b940..50438dc 100644 --- a/m4/check-os-options.m4 +++ b/m4/check-os-options.m4 | |||
| @@ -106,8 +106,6 @@ char buf[1]; getentropy(buf, 1); | |||
| 106 | CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_THREAD_SAFE_FUNCTIONS" | 106 | CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_THREAD_SAFE_FUNCTIONS" |
| 107 | CPPFLAGS="$CPPFLAGS -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0501" | 107 | CPPFLAGS="$CPPFLAGS -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0501" |
| 108 | CPPFLAGS="$CPPFLAGS -DOPENSSL_NO_SPEED" | 108 | CPPFLAGS="$CPPFLAGS -DOPENSSL_NO_SPEED" |
| 109 | CFLAGS="$CFLAGS -static-libgcc" | ||
| 110 | LDFLAGS="$LDFLAGS -static-libgcc" | ||
| 111 | AC_SUBST([PLATFORM_LDADD], ['-lws2_32']) | 109 | AC_SUBST([PLATFORM_LDADD], ['-lws2_32']) |
| 112 | ;; | 110 | ;; |
| 113 | *solaris*) | 111 | *solaris*) |
