Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions ports/libtasn1/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,25 @@ vcpkg_download_distfile(ARCHIVE
)

vcpkg_extract_source_archive_ex(
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
REF ${VERSION}
OUT_SOURCE_PATH SOURCE_PATH
ARCHIVE ${ARCHIVE}
REF ${VERSION}
)

# restore the default ac_cv_prog_cc_g flags, otherwise it fails to compile
set(VCPKG_C_FLAGS "-g -O2")
set(VCPKG_C_FLAGS "-g -O2")
set(VCPKG_CXX_FLAGS "-g -O2")

set(ENV{GTKDOCIZE} true)
vcpkg_configure_make(
AUTOCONFIG
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
--disable-doc
--disable-gtk-doc
)

vcpkg_install_make()
vcpkg_fixup_pkgconfig()
vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs()

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
Expand Down
1 change: 1 addition & 0 deletions ports/libtasn1/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "libtasn1",
"version": "4.16.0",
"port-version": 1,
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols",
"homepage": "https://www.gnutls.org/",
"supports": "!windows"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3526,7 +3526,7 @@
},
"libtasn1": {
"baseline": "4.16.0",
"port-version": 0
"port-version": 1
},
"libtcod": {
"baseline": "1.16.6",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libtasn1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "11a07d986211ef12d636380ed414b1e2350b8041",
"version": "4.16.0",
"port-version": 1
},
{
"git-tree": "bf9ef7a92f92205f0c883a302b7dae4eea9effee",
"version": "4.16.0",
Expand Down