git://git.onelab.eu
/
build.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mess with autoconf only on f12
[build.git]
/
onelab.mk
diff --git
a/onelab.mk
b/onelab.mk
index
059218a
..
15b1c98
100644
(file)
--- a/
onelab.mk
+++ b/
onelab.mk
@@
-302,14
+302,18
@@
IN_NODEIMAGE += vsys-scripts
ALL += vsys-scripts
# openvswitch requires an autoconf more recent than what f12 has
ALL += vsys-scripts
# openvswitch requires an autoconf more recent than what f12 has
+ifeq "$(DISTRONAME)" "f12"
autoconf-MODULES := autoconf
autoconf-SPEC := autoconf.spec
autoconf-BUILD-FROM-SRPM := yes
ALL += autoconf
autoconf-MODULES := autoconf
autoconf-SPEC := autoconf.spec
autoconf-BUILD-FROM-SRPM := yes
ALL += autoconf
+endif
sliver-openvswitch-MODULES := sliver-openvswitch
sliver-openvswitch-SPEC := sliver-openvswitch.spec
sliver-openvswitch-MODULES := sliver-openvswitch
sliver-openvswitch-SPEC := sliver-openvswitch.spec
+ifeq "$(DISTRONAME)" "f12"
sliver-openvswitch-DEPEND-DEVEL-RPMS := autoconf
sliver-openvswitch-DEPEND-DEVEL-RPMS := autoconf
+endif
IN_SLICEIMAGE += sliver-openvswitch
ALL += sliver-openvswitch
IN_SLICEIMAGE += sliver-openvswitch
ALL += sliver-openvswitch