[Lunar-commits] <moonbase-other> xulrunner: Adjusting the BUILD for installed kernel version.

stumbles stumbles at lunar-linux.org
Fri Aug 2 23:24:23 CEST 2013


commit 70a3998f2628ddb99f5901781a49c4c422545925
Author: stumbles <stumbles at lunar-linux.org>
Date: Fri, 02 Aug 2013 14:23:55 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/70a3998f2628ddb99f5901781a49c4c422545925

xulrunner: Adjusting the BUILD for installed kernel version.
---
  web/xulrunner/BUILD | +1/-4     
  1 file changed, 1 insertion(+), 4 deletions(-)

--- a/web/xulrunner/BUILD
+++ b/web/xulrunner/BUILD
@@ -1,11 +1,10 @@
-(
 
   patch_it $SOURCE2 1 &&
 # Inserting a missing header
   sed -i "4i #include <cstddef>" gfx/ots/src/os2.cc &&
 
 # See https://lkml.org/lkml/2011/6/14/293 and https://bugzilla.mozilla.org/show_bug.cgi?id=661609
-  KERN_VER=`uname -r | cut -c1-3` &&
+  KERN_VER=`uname -r | cut -d. -f 1-2` &&
   cp security/coreconf/Linux2.6.mk security/coreconf/Linux$KERN_VER.mk &&
 
   OPTS+=" --enable-application=xulrunner \
@@ -53,5 +52,3 @@
   export FREEBL_NO_DEPEND=0 &&
 
   default_build 
-
-) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list