Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
xmlstarlet
xmlstarlet-0.9.5-configure_fix.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xmlstarlet-0.9.5-configure_fix.diff of Package xmlstarlet
Index: configure.in =================================================================== --- configure.in.orig +++ configure.in @@ -8,7 +8,8 @@ AM_MAINTAINER_MODE AC_CANONICAL_HOST AC_PROG_CC -CFLAGS="-Wall -g -pedantic" +test ! -z $CFLAGS && CFLAGS="-Wall -g -pedantic" + EXTRA_LIBS= case "${host}" in @@ -51,7 +52,7 @@ AC_ARG_WITH(libxml-src, LIBXML_CFLAGS="-I$withval/include/libxml2 -I$withval/include/libxml -I$withval/include" ) -AC_DEFUN(VERSION_TO_NUMBER, +AC_DEFUN([VERSION_TO_NUMBER], [`$1 | sed -e 's/libxml //' -e 's/libxslt //' | awk 'BEGIN { FS = "."; } { printf "%d", ([$]1 * 1000 + [$]2) * 1000 + [$]3;}'`]) LIBXML_REQUIRED_VERSION=2.6.12
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