diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-11-17 00:31:02 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-11-17 00:31:02 -0800 |
| commit | 8782e7fdf07052d18480c110966680ab9f309d49 (patch) | |
| tree | bd1d7a65c241f09f7a25e2ffb1aeffc44098c666 /ports/poco/config_h.patch | |
| parent | 9653c6216d1d6602d333f1ef9a1c45c82b72f556 (diff) | |
| parent | 22108321c032c7417e98ba6afc0d72f91042a40a (diff) | |
| download | vcpkg-8782e7fdf07052d18480c110966680ab9f309d49.tar.gz vcpkg-8782e7fdf07052d18480c110966680ab9f309d49.zip | |
Merge pull request #293 from sdcb/poco
Add poco.
Diffstat (limited to 'ports/poco/config_h.patch')
| -rw-r--r-- | ports/poco/config_h.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/poco/config_h.patch b/ports/poco/config_h.patch new file mode 100644 index 000000000..1387fd0c9 --- /dev/null +++ b/ports/poco/config_h.patch @@ -0,0 +1,13 @@ +diff --git a/Foundation/include/Poco/Config.h b/Foundation/include/Poco/Config.h +index 003b6dc..55b8eed 100644 +--- a/Foundation/include/Poco/Config.h ++++ b/Foundation/include/Poco/Config.h +@@ -31,7 +31,7 @@ + + + // Define to disable implicit linking +-// #define POCO_NO_AUTOMATIC_LIBS ++#define POCO_NO_AUTOMATIC_LIBS + + + // Define to disable automatic initialization |
