[packages/plplot] - it's the -lc that's needed for ssp on i486
    baggins 
    baggins at pld-linux.org
       
    Mon Jun 24 18:44:50 CEST 2013
    
    
  
commit d9c7a49182039e93bc424e2d77b5a6c4be99934d
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Jun 24 18:44:32 2013 +0200
    - it's the -lc that's needed for ssp on i486
 plplot-link.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plplot-link.patch b/plplot-link.patch
index 57b16e8..d28a58a 100644
--- a/plplot-link.patch
+++ b/plplot-link.patch
@@ -16,11 +16,11 @@
    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(plplotf77${LIB_TAG} plplotf77c${LIB_TAG} c)
      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)
++    target_link_libraries(plplotf77${LIB_TAG}  plplotf77c${LIB_TAG} c)
    endif(STATIC_OPTS)
  
    if(USE_RPATH)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/plplot.git/commitdiff/d9c7a49182039e93bc424e2d77b5a6c4be99934d
    
    
More information about the pld-cvs-commit
mailing list