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 \