diff options
Diffstat (limited to 'debian/patches/dyson-uses-gnu-ld.patch')
-rw-r--r-- | debian/patches/dyson-uses-gnu-ld.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/dyson-uses-gnu-ld.patch b/debian/patches/dyson-uses-gnu-ld.patch new file mode 100644 index 0000000..46b2899 --- /dev/null +++ b/debian/patches/dyson-uses-gnu-ld.patch @@ -0,0 +1,13 @@ +Index: webkit/Source/autotools/CheckSystemAndBasicDependencies.m4 +=================================================================== +--- webkit.orig/Source/autotools/CheckSystemAndBasicDependencies.m4 2013-12-02 00:06:10.832973190 +0400 ++++ webkit/Source/autotools/CheckSystemAndBasicDependencies.m4 2013-12-04 15:19:00.159184752 +0400 +@@ -19,7 +19,7 @@ + darwin*) + os_darwin=yes + ;; +- gnu*|k*bsd*-gnu*) ++ gnu*|k*bsd*-gnu*|solaris*|kopensolaris-gnu) + os_gnu=yes + ;; + esac |