Skip to content

Commit

Permalink
[avro-c] no absolute paths (#21630)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Nov 26, 2021
1 parent ca163ed commit 08a0302
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ports/avro-c/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ vcpkg_cmake_install()
vcpkg_copy_pdbs()

file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
# the files are broken and there is no way to fix it because the snappy dependency has no pkgconfig file
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/lib/pkgconfig" "${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig")

vcpkg_copy_tools(TOOL_NAMES avroappend avrocat AUTO_CLEAN)

Expand Down
1 change: 1 addition & 0 deletions ports/avro-c/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "avro-c",
"version": "1.11.0",
"port-version": 1,
"description": "Apache Avro is a data serialization system",
"homepage": "https://github.com/apache/avro",
"supports": "!uwp",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/avro-c.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "75d0ed12b643fe1ed6a175c12549e9bb0ca94a1d",
"version": "1.11.0",
"port-version": 1
},
{
"git-tree": "0b07ed910d3ad0ec9a5be71e1b37f0593ab540c9",
"version": "1.11.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
},
"avro-c": {
"baseline": "1.11.0",
"port-version": 0
"port-version": 1
},
"avro-cpp": {
"baseline": "2021-06-01",
Expand Down

0 comments on commit 08a0302

Please sign in to comment.