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
This commit is contained in:
Ismail Dönmez 2013-03-01 10:22:28 +00:00 committed by Git OBS Bridge
parent e7c6234e52
commit 581fbe7b99
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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 \