use stock libnl on f[89] and try to rebuild on centos
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 27 Sep 2008 21:46:15 +0000 (21:46 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 27 Sep 2008 21:46:15 +0000 (21:46 +0000)
build.common
config.planetlab/devel.pkgs
onelab.mk
planetlab.mk

index 30c3c0e..40ced3d 100644 (file)
@@ -58,17 +58,17 @@ function pl_getReleaseName () {
     return 0
 }
 
-# we use libnl from fedora 9 stock;
-# on f8 and centos5 we build it locally
+# on fedora 8 or 9, we use libnl from the stock repos
+# on centos5 we build it locally
 function pl_getKexcludes () {
     distroname=$1; shift
     case $distroname in 
-       f8|centos5)
-           echo 'kernel* util-vserver* iptables iproute inotify-tools* libnl*'
-           ;;
-       f9)
+       f8|f9)
            echo 'kernel* util-vserver* iptables iproute inotify-tools*'
            ;;
+       centos5)
+           echo 'kernel* util-vserver* iptables iproute inotify-tools* libnl*'
+           ;;
        *)
            echo "pl_DISTRO_NAME=$pl_DISTRO_NAME not supported in getexcludes.sh"
            ;;
index 4d3447a..3dc4b9c 100644 (file)
@@ -86,5 +86,4 @@ package: ocaml ocaml-docs
 # centos5 comes with something too old
 # use our version as well on f8 as it comes with some 1.0 - which would do however
 package: libnl libnl-devel
-package-f8: libnl libnl-devel
 package-centos5: libnl libnl-devel
index 23e711f..f0d4b74 100644 (file)
--- a/onelab.mk
+++ b/onelab.mk
@@ -87,9 +87,6 @@ IN_BOOTSTRAPFS += util-vserver
 # rebuild this on f8 and centos5 - see kexcludes in build.common
 #
 local_libnl=false
-ifeq "$(DISTRONAME)" "f8"
-local_libnl=true
-endif
 ifeq "$(DISTRONAME)" "centos5"
 local_libnl=true
 endif
index ed31bbb..9a69437 100644 (file)
@@ -66,9 +66,6 @@ IN_BOOTSTRAPFS += util-vserver
 # rebuild this on f8 and centos5 - see kexcludes in build.common
 #
 local_libnl=false
-ifeq "$(DISTRONAME)" "f8"
-local_libnl=true
-endif
 ifeq "$(DISTRONAME)" "centos5"
 local_libnl=true
 endif