diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-05-06 12:56:09 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-05-06 12:56:09 +0000 |
commit | 108cd65d689c9f76f8f040cbe329a0aff38db67a (patch) | |
tree | 3f78860159e70398f32fdf1a887f89857f555d31 /sci-libs/cdf/files | |
parent | alpha/ia64/sparc stable wrt #210564 (diff) | |
download | historical-108cd65d689c9f76f8f040cbe329a0aff38db67a.tar.gz historical-108cd65d689c9f76f8f040cbe329a0aff38db67a.tar.bz2 historical-108cd65d689c9f76f8f040cbe329a0aff38db67a.zip |
Version bump with important security fix (bug #220391). Also fixed patch for testing. Restricting mirroring for now.
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'sci-libs/cdf/files')
-rw-r--r-- | sci-libs/cdf/files/cdf-3.2-soname.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cdf/files/cdf-3.2-soname.patch b/sci-libs/cdf/files/cdf-3.2-soname.patch index d0357bc23f5a..e4f28617faca 100644 --- a/sci-libs/cdf/files/cdf-3.2-soname.patch +++ b/sci-libs/cdf/files/cdf-3.2-soname.patch @@ -15,8 +15,8 @@ else \ - echo $(LD) $(LDFLAGS) -o $@ $(OBJs) $(SYSLIBS); \ - $(LD) $(LDFLAGS) -o $@ $(OBJs) $(SYSLIBS); \ -+ echo $(LD) $(LDFLAGS) -Wl,-soname,libdf.$(SHAREDEXT) -o $@ $(OBJs) $(SYSLIBS); \ -+ $(LD) $(LDFLAGS) -Wl,-soname,libdf.$(SHAREDEXT) -o $@ $(OBJs) $(SYSLIBS); \ ++ echo $(LD) $(LDFLAGS) -Wl,-soname,libcdf.$(SHAREDEXT) -o $@ $(OBJs) $(SYSLIBS); \ ++ $(LD) $(LDFLAGS) -Wl,-soname,libcdf.$(SHAREDEXT) -o $@ $(OBJs) $(SYSLIBS); \ fi libcdf.o: $(OBJs) |