diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-01 15:21:55 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-01 15:21:55 +0400 |
commit | 1022852be2c8fa7c2d701e38302cd712b1849bd0 (patch) | |
tree | 64b1654394c0e74a9be80f6f924fd06d2a523b3c | |
parent | 42581b300d0e5acc4a536623f52795ea5d20b239 (diff) | |
download | cibs-1022852be2c8fa7c2d701e38302cd712b1849bd0.tar.gz |
MPFR: transitional links
-rw-r--r-- | examples/mpfr/mpfr.p5m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/mpfr/mpfr.p5m b/examples/mpfr/mpfr.p5m index 000630e..202bbd7 100644 --- a/examples/mpfr/mpfr.p5m +++ b/examples/mpfr/mpfr.p5m @@ -20,3 +20,7 @@ link path=usr/lib/$(MACH64)/libmpfr.so target=libmpfr.so.4.1.1 link path=usr/lib/$(MACH64)/libmpfr.so.4 target=libmpfr.so.4.1.1 link path=usr/lib/libmpfr.so target=libmpfr.so.4.1.1 link path=usr/lib/libmpfr.so.4 target=libmpfr.so.4.1.1 + +# Transitional links: +link path=usr/lib/libmpfr.so.1 target=libmpfr.so.4 +link path=usr/lib/$(MACH64)/libmpfr.so.1 target=libmpfr.so.4 |