]> git.pld-linux.org Git - packages/libssh2.git/commitdiff
- kill -L/usr/lib auto/ti/libssh2-1_2_7-2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 8 Oct 2010 07:14:41 +0000 (07:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    libssh2.spec -> 1.33

libssh2.spec

index 941f05cc211c5cf45ccfd0da490bc2513d0b9aca..8b27ee34d77c3c64409544b710dcfe6359fe299a 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Library implementing the SSH2 protocol
 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
@@ -114,7 +114,10 @@ Biblioteka statyczna libssh2.
 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
This page took 0.093244 seconds and 4 git commands to generate.