| Submitter | Yaakov (Cygwin/X) |
|---|---|
| Date | July 20, 2011, 6:19 a.m. |
| Message ID | <1311142784.7796.35.camel@YAAKOV04> |
| Download | mbox | patch |
| Permalink | /patch/105586/ |
| State | New |
| Headers | show |
Comments
Patch
2011-07-20 Yaakov Selkowitz <yselkowitz@users.sourceforge.net> * config.rpath [cygwin|mingw*|pw32] (shrext): Change to .dll.a, to match the import library suffix. Index: config.rpath =================================================================== --- config.rpath (revision 176494) +++ config.rpath (working copy) @@ -438,7 +438,7 @@ bsdi4*) ;; cygwin* | mingw* | pw32*) - shrext=.dll + shrext=.dll.a ;; darwin* | rhapsody*) shrext=.dylib