diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-09-05 02:24:29 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-09-05 02:24:29 +0000 |
commit | ec2145eaa394863eba93244f281f0e3dd3c5f5e6 (patch) | |
tree | 5d688f0b68b1578519c094537353b8560bc33a9e | |
parent | 59347ab6b03dcd52eeb4a04dabb75711856cc9dd (diff) | |
download | libelf-ec2145eaa394863eba93244f281f0e3dd3c5f5e6.tar.gz |
Added patches
-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 |