diff options
Diffstat (limited to 'config-rpath.patch')
-rw-r--r-- | config-rpath.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config-rpath.patch b/config-rpath.patch new file mode 100644 index 0000000..0f05fa0 --- /dev/null +++ b/config-rpath.patch @@ -0,0 +1,11 @@ +--- a/config.rpath 2008-03-13 14:27:44.000000000 -0500 ++++ b/config.rpath 2010-07-11 23:30:45.209832800 -0500 +@@ -441,7 +441,7 @@ case "$host_os" in + bsdi4*) + ;; + cygwin* | mingw* | pw32*) +- shrext=.dll ++ shrext=.dll.a + ;; + darwin* | rhapsody*) + shrext=.dylib |