diff options
Diffstat (limited to 'math/openblas/files/patch-exports_Makefile')
-rw-r--r-- | math/openblas/files/patch-exports_Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/openblas/files/patch-exports_Makefile b/math/openblas/files/patch-exports_Makefile index 7e7692de9ce0..26dccbab2baf 100644 --- a/math/openblas/files/patch-exports_Makefile +++ b/math/openblas/files/patch-exports_Makefile @@ -1,6 +1,6 @@ ---- exports/Makefile.orig 2023-04-01 20:18:01 UTC +--- exports/Makefile.orig 2019-08-11 21:23:27 UTC +++ exports/Makefile -@@ -222,7 +222,7 @@ else +@@ -184,7 +184,7 @@ else endif $(CC) $(CFLAGS) $(LDFLAGS) -shared -o ../$(LIBSONAME) \ -Wl,--whole-archive $< -Wl,--no-whole-archive \ |