From 9e9f7d985eef9b10c6fab0559943d6b8bdd1c800 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Thu, 27 Jul 2017 15:07:48 +0000 Subject: - Add SONAME library description - Convert to options helpers - Use INSTALL_LIB to get stripped library PR: 221036 Submitted by: myself Approved by: maho (maintainer) --- lang/f2c/files/patch-libf2c_Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/f2c/files') diff --git a/lang/f2c/files/patch-libf2c_Makefile b/lang/f2c/files/patch-libf2c_Makefile index 685e6442fde3..183662b98659 100644 --- a/lang/f2c/files/patch-libf2c_Makefile +++ b/lang/f2c/files/patch-libf2c_Makefile @@ -26,7 +26,7 @@ libf2c.so: $(OFILES) - cc -shared -o libf2c.so $(OFILES) -+ $(CC) -shared -o libf2c.so $(OFILES) ++ $(CC) -shared -Wl,-soname,libf2c.so.%%LIBVER%% -o libf2c.so $(OFILES) ### If your system lacks ranlib, you don't need it; see README. -- cgit v1.2.3