diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2016-11-16 21:35:59 -0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2016-11-16 21:35:59 -0800 |
| commit | 6455cdd68f2e5be0b987c55f3f6a6e642abfd2e8 (patch) | |
| tree | b8286bf8651167f969481061c071a4fc1b71375e /ports/poco/config_h.patch | |
| parent | 0ca3e5b16007355432a833232ec835530bba3d9b (diff) | |
| parent | 857f76b6b9f39c383c43b6b018882149d1d27b3a (diff) | |
| download | vcpkg-6455cdd68f2e5be0b987c55f3f6a6e642abfd2e8.tar.gz vcpkg-6455cdd68f2e5be0b987c55f3f6a6e642abfd2e8.zip | |
Merge branch 'poco' of https://github.com/sdcb/vcpkg into sdcb-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 |
