diff options
| author | Jackie Ng <jumpinjackie@gmail.com> | 2019-05-07 03:48:07 +1000 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-05-06 10:48:06 -0700 |
| commit | 4256a7cd07e99d5023c5b38cceacce1bfcb32bcd (patch) | |
| tree | 68f793d1fc04cc3dd837fb7a0583bf056785b07b | |
| parent | 7028438a759bdaa9bdfa79986c752b0fbeca1c8d (diff) | |
| download | vcpkg-4256a7cd07e99d5023c5b38cceacce1bfcb32bcd.tar.gz vcpkg-4256a7cd07e99d5023c5b38cceacce1bfcb32bcd.zip | |
[libgd] Fix static build (#6307)
* Revert libgd portfile change from 5ea9105
This makes libgd static buildable again
* Undo reversion of -DBUILD_SHARED_LIBS. This is not necessary.
| -rw-r--r-- | ports/libgd/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libgd/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/libgd/CONTROL b/ports/libgd/CONTROL index 35bf69bf8..55ab7ccdc 100644 --- a/ports/libgd/CONTROL +++ b/ports/libgd/CONTROL @@ -1,5 +1,5 @@ Source: libgd
-Version: 2.2.5-1
+Version: 2.2.5-2
Description: Open source code library for the dynamic creation of images by programmers.
Default-Features: fontconfig, freetype, jpeg, png, tiff, webp
diff --git a/ports/libgd/portfile.cmake b/ports/libgd/portfile.cmake index 346f00977..06529f4a2 100644 --- a/ports/libgd/portfile.cmake +++ b/ports/libgd/portfile.cmake @@ -65,6 +65,7 @@ vcpkg_configure_cmake( -DENABLE_FREETYPE=${ENABLE_FREETYPE} -DENABLE_WEBP=${ENABLE_WEBP} -DENABLE_FONTCONFIG=${ENABLE_FONTCONFIG} + -DBUILD_STATIC_LIBS=${LIBGD_STATIC_LIBS} ) vcpkg_build_cmake() |
