diff options
-rw-r--r-- | debian/patches/0001-Solaris-supports-shared-libraries.patch | 21 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/0001-Solaris-supports-shared-libraries.patch b/debian/patches/0001-Solaris-supports-shared-libraries.patch new file mode 100644 index 0000000..232c70b --- /dev/null +++ b/debian/patches/0001-Solaris-supports-shared-libraries.patch @@ -0,0 +1,21 @@ +From: Igor Pashev <pashev.igor@gmail.com> +Date: Wed, 5 Sep 2012 02:22:46 +0000 +Subject: Solaris supports shared libraries + +--- + configure | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure b/configure +index 69d9ae8..e2180d0 100755 +--- a/configure ++++ b/configure +@@ -3281,7 +3281,7 @@ else + fi + + case "$host" in +- *-linux*|*-gnu*) ++ *-linux*|*-gnu*|*-solaris2*) + if test "$GCC" = yes; then + + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..85b5a45 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-Solaris-supports-shared-libraries.patch |