I give up

Timothy Gu 2014-08-07 15:11:10 -07:00
parent 85a788e15c
commit 3a3a6479be
1 changed files with 1 additions and 1 deletions

@ -51,7 +51,7 @@ Sometimes, even when a package uses libtool only static is built. You will have
*** libtool will only create a static version of it.
```
You will need to patch the package not to link to the offending libraries to fix this bug. If that is not possible, you will have to give up the attempt to convert the package to shared. For this particular package, see my fix here: mxe/mxe@0656ed04 (it uses a `sed` command to explicitly filter out the bad libraries).
You will need to patch the package not to link to the offending libraries to fix this bug. If that is not possible, you will have to give up the attempt to convert the package to shared. For this particular package, see my fix here: [https://github.com/mxe/mxe/commit/0656ed047ae78e9d7a190a423d52c104990727b3](0656ed0) (it uses a `sed` command to explicitly filter out the bad libraries).
## Pre-commit checklist