Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP4:GA
qperf
qperf-autoconf.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qperf-autoconf.patch of Package qperf
--- configure.ac | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) Index: configure.ac =================================================================== --- configure.ac.orig 2012-11-07 18:07:48.000000000 +0100 +++ configure.ac 2014-02-13 20:33:07.890350480 +0100 @@ -1,10 +1,16 @@ -AC_INIT(qperf, 0.4.9, general@lists.openfabrics.org) -AM_INIT_AUTOMAKE(qperf, 0.4.9) -AC_PROG_CC +AC_PREREQ(2.63) + +AC_INIT([qperf],[0.4.9],[general@lists.openfabrics.org]) +AM_INIT_AUTOMAKE([-Wall foreign]) +AC_PROG_CC() +AC_PROG_CC_C_O() +LT_INIT() AC_CHECK_LIB(ibverbs, ibv_open_device, RDMA=1) AC_CHECK_LIB(ibverbs, ibv_open_xrc_domain, HAS_XRC=1) AC_CHECK_LIB(rdmacm, rdma_create_id) AM_CONDITIONAL(RDMA, test -n "$RDMA") AM_CONDITIONAL(HAS_XRC, test -n "$HAS_XRC") -AC_CONFIG_FILES([qperf.spec]) -AC_OUTPUT(Makefile src/Makefile) +AC_CONFIG_FILES([qperf.spec Makefile src/Makefile]) + +AC_OUTPUT() +
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor