diff options
Diffstat (limited to 'vcpkg/ports/libffi/dll-bindir.diff')
| -rw-r--r-- | vcpkg/ports/libffi/dll-bindir.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/libffi/dll-bindir.diff b/vcpkg/ports/libffi/dll-bindir.diff new file mode 100644 index 0000000..51e1541 --- /dev/null +++ b/vcpkg/ports/libffi/dll-bindir.diff @@ -0,0 +1,12 @@ +diff --git a/configure.host b/configure.host +index f23716f..78d317b 100644 +--- a/configure.host ++++ b/configure.host +@@ -103,6 +103,7 @@ case "${host}" in + else + AM_LTLDFLAGS='-no-undefined -bindir "$(bindir)"'; + fi ++ AM_LTLDFLAGS='-no-undefined'; + ;; + + i?86-*-darwin* | x86_64-*-darwin* | i?86-*-ios | x86_64-*-ios) |