]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Unbreak CMake build 2855/head
authorDag-Erling Smørgrav <des@des.dev>
Mon, 2 Mar 2026 17:18:32 +0000 (18:18 +0100)
committerDag-Erling Smørgrav <des@des.dev>
Mon, 2 Mar 2026 17:19:07 +0000 (18:19 +0100)
build/cmake/config.h.in
unzip/test/CMakeLists.txt

index 06f66b4378c17b3fdb3eb4a9ca972ee74970d1c8..196a49b1fa4f392768c0b49f7b0300f03c2eeddd 100644 (file)
@@ -642,6 +642,9 @@ typedef uint64_t uintmax_t;
 /* Define to 1 if you have the `getea' function. */
 #cmakedefine HAVE_GETEA 1
 
+/* Define to 1 if you have the `getegid' function. */
+#cmakedefine HAVE_GETEGID 1
+
 /* Define to 1 if you have the `geteuid' function. */
 #cmakedefine HAVE_GETEUID 1
 
index 57ed651a58b07c59977965841aea31c3c627d0a3..45138202a9a361c069baf5df87b2f9852a1d2159 100644 (file)
@@ -13,6 +13,7 @@ IF(ENABLE_UNZIP AND ENABLE_TEST)
     test_basic.c
     test_doubledash.c
     test_glob.c
+    test_not_exist.c
     test_singlefile.c
     test_C.c
     test_p.c