diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-07-12 13:22:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-12 13:22:08 -0700 |
| commit | 808b2aa563c996b68a5db94b96b2e9d2bd985485 (patch) | |
| tree | c29695761c4eeb8384508b13510bd466253f219d /ports/libarchive/fix-buildsystem.patch | |
| parent | 388d1d41bb011e16c41cbe59c14884af0dd7d8ec (diff) | |
| parent | cceab527882fb078f15d70d8ba3a68d4be9ec594 (diff) | |
| download | vcpkg-808b2aa563c996b68a5db94b96b2e9d2bd985485.tar.gz vcpkg-808b2aa563c996b68a5db94b96b2e9d2bd985485.zip | |
Merge pull request #1443 from codicodi/libarchive-3.3.2
[libarchive] update to 3.3.2
Diffstat (limited to 'ports/libarchive/fix-buildsystem.patch')
| -rw-r--r-- | ports/libarchive/fix-buildsystem.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libarchive/fix-buildsystem.patch b/ports/libarchive/fix-buildsystem.patch index fcfe67c4f..59ffec3c9 100644 --- a/ports/libarchive/fix-buildsystem.patch +++ b/ports/libarchive/fix-buildsystem.patch @@ -132,8 +132,8 @@ index 1f85c01..11b2fb1 100644 --- a/libarchive/CMakeLists.txt +++ b/libarchive/CMakeLists.txt @@ -210,28 +210,22 @@ IF(WIN32 AND NOT CYGWIN) - LIST(APPEND libarchive_SOURCES filter_fork_windows.c) - ENDIF(WIN32 AND NOT CYGWIN) + LIST(APPEND libarchive_SOURCES archive_disk_acl_sunos.c) + ENDIF() -# Libarchive is a shared library -ADD_LIBRARY(archive SHARED ${libarchive_SOURCES} ${include_HEADERS}) |
