]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_setup: disable use of FLOSS for 64-bit NonStop builds
authorRandall S. Becker <rsbecker@nexbridge.com>
Thu, 22 Sep 2022 14:49:13 +0000 (08:49 -0600)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 23 Sep 2022 11:57:32 +0000 (13:57 +0200)
Older 32-bit builds currently need FLOSS. This dependency may be removed
in future OS releases.

Signed-off-by: Randall S. Becker <randall.becker@nexbridge.ca>
Closes #9575

lib/curl_setup.h

index c99b6f53d5576987ed7df1797e5120854eaed06e..03a6afc4f6beee2b713f8332c893c34eaaafae1a 100644 (file)
 #include <assert.h>
 #endif
 
-#ifdef __TANDEM /* for nsr-tandem-nsk systems */
-#include <floss.h>
+#ifdef __TANDEM /* for ns*-tandem-nsk systems */
+# if ! defined __LP64
+#  include <floss.h> /* FLOSS is only used for 32-bit builds. */
+# endif
 #endif
 
 #ifndef STDC_HEADERS /* no standard C headers! */