Hi all,
the top level Makefile has a small with quoting when CC has an argument.
The attached mini-patch fixes the problem

Best regards

Dominik

-- 
Dominik Strasser       | Phone:  +49 89 99013-436
OneSpin Solutions GmbH | Fax:    +49 89 99013-100
Nymphenburgerstr. 20a
80335 Muenchen         | dominik.stras...@onespin-solutions.com
Geschaeftsfuehrung: Dr. Raik Brinkmann, Oliver Habeck
Vorsitzender des Beirats: Paul Hill
Sitz: Muenchen; Amtsgericht Muenchen HRB 139464
UstID#: DE 814413215


*** Linux_x86_64/GCC4/src/Makefile.org  2014-01-06 14:47:42.000000000 +0100
--- gnuwin64-MINGW/MINGW/src/Makefile.org       2014-03-03 13:05:58.552378000 
+0100
***************
*** 302,308 ****
                        FIPSLD_CC="$(CC)"; CC=$(FIPSDIR)/bin/fipsld; \
                        export CC FIPSLD_CC FIPSLD_LIBCRYPTO; \
                fi; \
!               $(MAKE) -e SHLIBDIRS=crypto  CC=$${CC:-$(CC)} build-shared; \
                touch -c fips_premain_dso$(EXE_EXT); \
        else \
                echo "There's no support for shared libraries on this platform" 
>&2; \
--- 302,308 ----
                        FIPSLD_CC="$(CC)"; CC=$(FIPSDIR)/bin/fipsld; \
                        export CC FIPSLD_CC FIPSLD_LIBCRYPTO; \
                fi; \
!               $(MAKE) -e SHLIBDIRS=crypto  "CC=$${CC:-$(CC)}" build-shared; \
                touch -c fips_premain_dso$(EXE_EXT); \
        else \
                echo "There's no support for shared libraries on this platform" 
>&2; \

Reply via email to