]> git.pld-linux.org Git - packages/plplot.git/commitdiff
- force linking f77 lib with ssp, fixes undefined __stack_chk_fail on i486
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 24 Jun 2013 12:47:21 +0000 (14:47 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 24 Jun 2013 12:47:21 +0000 (14:47 +0200)
- rel 10

plplot-link.patch
plplot.spec

index 4a786d7deaa4dba66b7b5383deb49630dc5abfbd..57b16e87d53be8b69a9bd2335040815fc2729aae 100644 (file)
@@ -9,3 +9,18 @@
    install(TARGETS csironn
      EXPORT export_plplot
      ARCHIVE DESTINATION ${LIB_DIR}
+--- plplot-5.9.9/bindings/f77/CMakeLists.txt.orig      2011-10-13 02:43:01.000000000 +0200
++++ plplot-5.9.9/bindings/f77/CMakeLists.txt   2013-06-24 14:36:00.674116925 +0200
+@@ -205,10 +205,10 @@
+   if(STATIC_OPTS)
+     add_library(plplotf77opts${LIB_TAG} STATIC ${plplotf77opts${LIB_TAG}_LIB_SRCS})
+-    target_link_libraries(plplotf77${LIB_TAG} plplotf77c${LIB_TAG})
++    target_link_libraries(plplotf77${LIB_TAG} plplotf77c${LIB_TAG} ssp)
+     target_link_libraries(plplotf77opts${LIB_TAG} plplotf77${LIB_TAG} plplotf77c${LIB_TAG})
+   else(STATIC_OPTS)
+-    target_link_libraries(plplotf77${LIB_TAG}  plplotf77c${LIB_TAG})
++    target_link_libraries(plplotf77${LIB_TAG}  plplotf77c${LIB_TAG} ssp)
+   endif(STATIC_OPTS)
+   if(USE_RPATH)
index 596bf6ccf4e93f102ce9aee5e1d815f5b0bbec4c..45766096fc4a5fa6fa64c646d9db7de3d500d838 100644 (file)
@@ -22,7 +22,7 @@ Summary:      PLplot - a library of functions that are useful for making scientific p
 Summary(pl.UTF-8):     PLplot - biblioteka funkcji przydatnych do tworzenia wykresów naukowych
 Name:          plplot
 Version:       5.9.9
-Release:       9
+Release:       10
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/plplot/%{name}-%{version}.tar.gz
This page took 0.03713 seconds and 4 git commands to generate.