From 581fbe7b9969a33f981a31118590621df247c50b0cae78a2251b47976cd0d594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 1 Mar 2013 10:22:28 +0000 Subject: [PATCH] Accepting request 156888 from home:elvigia:branches:devel:libraries:c_c++ - Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER, fixes build with new automake OBS-URL: https://build.opensuse.org/request/show/156888 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libssh2_org?expand=0&rev=43 --- libssh2_org.changes | 6 ++++++ libssh2_org.spec | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libssh2_org.changes b/libssh2_org.changes index 801c6f4..e51bfef 100644 --- a/libssh2_org.changes +++ b/libssh2_org.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 28 21:13:29 UTC 2013 - crrodriguez@opensuse.org + +- Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER, fixes + build with new automake + ------------------------------------------------------------------- Tue Jan 8 15:24:25 UTC 2013 - vcizek@suse.com diff --git a/libssh2_org.spec b/libssh2_org.spec index 535a55d..d185f68 100644 --- a/libssh2_org.spec +++ b/libssh2_org.spec @@ -70,7 +70,9 @@ SECSH-PUBLICKEY. %patch -p1 %build -./buildconf +sed -i -e 's@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g' configure.ac +cp src/libssh2_config.h.in example/libssh2_config.h +autoreconf -fiv export CFLAGS="%optflags -DOPENSSL_LOAD_CONF" %configure \ --disable-static --with-pic \