Réglé problème avec CUPS qui installait ses librairies dans /usr/lib64
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Mon, 22 Aug 2011 03:00:43 +0000 (03:00 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Mon, 22 Aug 2011 03:00:43 +0000 (03:00 +0000)
stage5/pkg/cups

index 52e5a54..c65a6da 100644 (file)
@@ -4,7 +4,7 @@ hvconfig_pre()
 {
     hv_useradd -c "Print_Service_User" -d /dev/null -g lp -s /bin/false -u 9 lp
 
-    CONFIGURE_OPTS=""
+    CONFIGURE_OPTS="--libdir=/usr/lib"
 }
 
 hvbuild_pre()