]> git.saurik.com Git - apt.git/blobdiff - CMakeLists.txt
Fix segfault and out-of-bounds read in Binary fields
[apt.git] / CMakeLists.txt
index 24c58a0f8ad55ac6603b99430e798d385695bad2..ee1adf7a27649a148efa37f1c46b635cb0980fc4 100644 (file)
@@ -29,6 +29,7 @@ include(GNUInstallDirs)
 include(TestBigEndian)
 find_package(Threads)
 find_package(LFS REQUIRED)
+find_package(Iconv REQUIRED)
 
 if(USE_NLS)
   find_package(Intl REQUIRED)
@@ -164,7 +165,7 @@ endif()
 # Configure some variables like package, version and architecture.
 set(PACKAGE ${PROJECT_NAME})
 set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>")
-set(PACKAGE_VERSION "1.3~rc2")
+set(PACKAGE_VERSION "1.3~rc3")
 
 if (NOT DEFINED COMMON_ARCH)
   execute_process(COMMAND dpkg-architecture -qDEB_HOST_ARCH