This commit is contained in:
committed by
Git OBS Bridge
parent
0c6270142b
commit
44817119e9
11
build.diff
11
build.diff
@@ -297,23 +297,16 @@ Index: configure.ac
|
||||
*) RPMCANONCOLOR=0; RPMCANONARCH=unknown ;;
|
||||
esac
|
||||
case "${build_os_noversion}" in
|
||||
@@ -1290,7 +1287,7 @@ mint) RPMCANONARCH=m68kmint ;;
|
||||
@@ -1290,7 +1287,8 @@ mint) RPMCANONARCH=m68kmint ;;
|
||||
esac
|
||||
RPMCANONVENDOR="$build_vendor"
|
||||
case "${build_vendor}" in
|
||||
-unknown|pc|ibm|redhat|pld|mandrake|conectiva|lvr|yellowdog|caos)
|
||||
+unknown|pc|ibm|redhat|pld|mandrake|conectiva|lvr|yellowdog|caos|suse)
|
||||
+ RPMCANONVENDOR=suse
|
||||
test -f /etc/redhat-release && RPMCANONVENDOR=redhat
|
||||
test -f /etc/pld-release && RPMCANONVENDOR=pld
|
||||
test -f /etc/mandrake-release && RPMCANONVENDOR=mandrake
|
||||
@@ -1298,6 +1295,7 @@ unknown|pc|ibm|redhat|pld|mandrake|conec
|
||||
test -f /etc/lvr-release && RPMCANONVENDOR=lvr
|
||||
test -f /etc/yellowdog-release && RPMCANONVENDOR=yellowdog
|
||||
test -f /etc/caos-release && RPMCANONVENDOR=caos
|
||||
+ test -f /etc/SuSE-release -o -f /.buildenv && RPMCANONVENDOR=suse
|
||||
;;
|
||||
esac
|
||||
RPMCANONOS="$build_os_noversion"
|
||||
@@ -1372,7 +1370,7 @@ dnl XXX this causes popt to depend on zl
|
||||
dnl # XXX Propagate -lucb to popt ...
|
||||
dnl export LIBS INCPATH CONFIG_SITE
|
||||
|
Reference in New Issue
Block a user