Author: qboosh                       Date: Fri Oct  8 07:14:46 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- kill -L/usr/lib
- release 2

---- Files affected:
packages/libssh2:
   libssh2.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: packages/libssh2/libssh2.spec
diff -u packages/libssh2/libssh2.spec:1.32 packages/libssh2/libssh2.spec:1.33
--- packages/libssh2/libssh2.spec:1.32  Wed Aug 18 10:30:07 2010
+++ packages/libssh2/libssh2.spec       Fri Oct  8 09:14:41 2010
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):     Biblioteka implementująca protokół SSH2
 Name:          libssh2
 Version:       1.2.7
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 Source0:       http://www.libssh2.org/download/%{name}-%{version}.tar.gz
@@ -115,7 +115,10 @@
 cp -f /usr/share/automake/config.sub .
 %configure \
        --with-openssl=%{_prefix}
-%{__make}
+# AC_LIB_HAVE_LINKFLAGS adds unwanted -L/usr/lib to each LTLIB* - override it
+%{__make} \
+       LTLIBSSL="-lssl -lcrypto" \
+       LTLIBZ="-lz"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -153,6 +156,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2010/10/08 07:14:41  qboosh
+- kill -L/usr/lib
+- release 2
+
 Revision 1.32  2010/08/18 08:30:07  lisu
 - 1.2.7
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libssh2/libssh2.spec?r1=1.32&r2=1.33&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to