mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 11:07:53 +08:00
5be487d27a
* add libsystemd, libcap, libxcrypt * baseline libsystemd, libcap, libxcrypt * versions tree libsystemd, libcap, libxcrypt * licenses for libsystemd, libcap, libxcrypt in vcpkg.json * update tree for libsystemd, libcap, libxcrypt * allow restricted header libxcrypt * tree allow restricted header libxcrypt * remove message Warning * use targets exist during configure, instead of configure_file variable to search for zstd * update git-tree * add quotes to full paths and remove messages in portfiles * update git-tree * remove extra spaces * update git-tree * remove extra line * update git tree * do configure hack differently and remove cross compile patch and override compiler during build_make * update git tree * try either gcc or clang for libcap and specify log file root for each build command * update git-tree * libcap use host dependency of self * libcap update git tree * libsystemd is LGPL2.1 * update libsystemd git-tree * change from find_package to find_dependency in unofficial cmake export of libsystemd * update libsystemd git-tree * update libxcrypt * update git tree libxcrypt * patch pkgconfig file of libsystemd * update libsystemd git-tree * update libsystemd to 254 * update git-tree libsystemd * * Copy of cap_names.h checked in for cross compilation * Decouple cap_names.h from libcap.* make targets * Use vcpkg_cmake_get_vars instead of ENV{CC} etc. * Remove unnecessary self dependency of libcap * Update libcap to 1.2.69 * Update git-tree * cleanup old versions from version jsons
14 lines
331 B
Diff
14 lines
331 B
Diff
diff --git a/libcap/Makefile b/libcap/Makefile
|
|
index f5dde3e..4eb13aa 100644
|
|
--- a/libcap/Makefile
|
|
+++ b/libcap/Makefile
|
|
@@ -25,7 +25,7 @@ CFLAGS += -fPIC
|
|
# executable
|
|
MAGIC=-Wl,-e,__so_start
|
|
|
|
-INCLS=libcap.h cap_names.h $(INCS)
|
|
+INCLS=libcap.h $(INCS)
|
|
GPERF_OUTPUT = _caps_output.gperf
|
|
|
|
CAPOBJS=$(addsuffix .o, $(CAPFILES))
|