Search
j0ke.net Open Build Service
>
Projects
>
virtualization
:
Cloud
:
oVirt
:
3.3.2
>
ovirt-guest-agent
> ovirt-guest-agent_suse-fhs.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ovirt-guest-agent_suse-fhs.patch of Package ovirt-guest-agent
--- configure.orig 2013-12-15 20:04:00.945283940 +0100 +++ configure 2013-12-15 20:04:42.905079784 +0100 @@ -3100,7 +3100,7 @@ - if test -f /etc/redhat-release; then + if [ -f /etc/redhat-release ] || [ -f /etc/SuSE-release ]; then exec_prefix='${prefix}' --- m4/fhs.m4.orig 2013-12-15 20:02:10.833698120 +0100 +++ m4/fhs.m4 2013-12-15 20:03:06.265491079 +0100 @@ -42,6 +42,8 @@ AC_DEFUN([DEFINE_FHS],[ if test -f /etc/redhat-release; then DEFINE_FHS_REDHAT + elif test -f /etc/SuSE-release; then + DEFINE_FHS_REDHAT elif test -f /etc/debian_version; then DEFINE_FHS_DEBIAN fi --- configure.ac.orig 2013-12-15 20:03:16.417491377 +0100 +++ configure.ac 2013-12-15 20:20:56.981752152 +0100 @@ -13,7 +13,7 @@ DEFINE_FHS AC_PROG_CC AC_PROG_CXX -AM_PROG_AR +m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) AC_PROG_LIBTOOL AC_PROG_INSTALL AC_PROG_MKDIR_P