diff options
Diffstat (limited to 'math/openblas/files/patch-exports_Makefile')
| -rw-r--r-- | math/openblas/files/patch-exports_Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/openblas/files/patch-exports_Makefile b/math/openblas/files/patch-exports_Makefile new file mode 100644 index 000000000000..26dccbab2baf --- /dev/null +++ b/math/openblas/files/patch-exports_Makefile @@ -0,0 +1,11 @@ +--- exports/Makefile.orig 2019-08-11 21:23:27 UTC ++++ exports/Makefile +@@ -184,7 +184,7 @@ else + endif + $(CC) $(CFLAGS) $(LDFLAGS) -shared -o ../$(LIBSONAME) \ + -Wl,--whole-archive $< -Wl,--no-whole-archive \ +- $(FEXTRALIB) $(EXTRALIB) ++ -Wl,-soname,$(LIBSONAME) $(FEXTRALIB) $(EXTRALIB) + $(CC) $(CFLAGS) $(LDFLAGS) -w -o linktest linktest.c ../$(LIBSONAME) $(FEXTRALIB) && echo OK. + rm -f linktest + |
