[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Thu Apr 8 02:05:53 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 2e0d2689ab97b1fffa7a458433285d8c32cea3f5
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Mar 2 00:05:35 2010 +0000

    2010-03-01  Arno Renevier  <arno at renevier.net>
    
            Reviewed by Xan Lopez.
    
            webkit-build could pass unknown arguments to autogen.sh
            https://bugs.webkit.org/show_bug.cgi?id=35454
    
            * Scripts/build-webkit:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55384 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 7781837..f3314c3 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-03-01  Arno Renevier  <arno at renevier.net>
+
+        Reviewed by Xan Lopez.
+
+        webkit-build could pass unknown arguments to autogen.sh
+        https://bugs.webkit.org/show_bug.cgi?id=35454
+
+        * Scripts/build-webkit:
+
 2010-03-01  Dirk Pranke  <dpranke at chromium.org>
 
         Rubber-stamped by Dimitri Glazkov.
diff --git a/WebKitTools/Scripts/build-webkit b/WebKitTools/Scripts/build-webkit
index cf5aaad..ed5e368 100755
--- a/WebKitTools/Scripts/build-webkit
+++ b/WebKitTools/Scripts/build-webkit
@@ -257,6 +257,7 @@ my @options = ();
 
 # enable autotool options accordingly
 if (isGtk()) {
+    @options = @ARGV;
     foreach (@features) {
         push @options, autotoolsFlag(${$_->{value}}, $_->{option});
     }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list