Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
libibverbs
libibverbs-autotools.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libibverbs-autotools.patch of Package libibverbs
--- configure.ac | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Index: configure.ac =================================================================== --- configure.ac.orig 2014-04-03 11:43:26.659194576 +0200 +++ configure.ac 2014-04-03 15:36:29.279084919 +0200 @@ -10,14 +10,15 @@ AM_INIT_AUTOMAKE([foreign subdir-objects m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) dnl Checks for programs -AC_PROG_CC -AC_USE_SYSTEM_EXTENSIONS -AC_PROG_LN_S -LT_INIT +AC_PROG_CC() +AC_USE_SYSTEM_EXTENSIONS() +AC_PROG_LN_S() +LT_INIT() + AC_ARG_WITH([valgrind], - AS_HELP_STRING([--with-valgrind], - [Enable Valgrind annotations (small runtime overhead, default NO)])) + [AS_HELP_STRING([--with-valgrind], + [Enable Valgrind annotations (small runtime overhead, default NO)])]) if test x$with_valgrind = x || test x$with_valgrind = xno; then want_valgrind=no AC_DEFINE([NVALGRIND], 1, [Define to 1 to disable Valgrind annotations.])
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