You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libf2c/files/20090407-link-shared-libf2c...

12 lines
285 B

--- a/makefile.u
+++ b/makefile.u
@@ -82,7 +82,7 @@
## of "cc -shared".
libf2c.so: $(OFILES)
- $(CC) -shared -o libf2c.so $(OFILES)
+ $(CC) -shared $(LDFLAGS) -Wl,-soname,libf2c.so.2 $(OFILES) -o libf2c.so.2 -lm
### If your system lacks ranlib, you don't need it; see README.