packaging: enable libcrypt support
authorDongkyun Son <dongkyun.s@samsung.com>
Thu, 7 Mar 2024 06:17:35 +0000 (15:17 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Thu, 7 Mar 2024 06:18:10 +0000 (15:18 +0900)
Change-Id: Iabd91470ffe73cdb7ac58ba080c9131292d5d7aa
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
packaging/glibc.spec

index 3b88dd5..6635e2f 100644 (file)
@@ -435,6 +435,7 @@ function glibc_configure () {
 %if 0%{?enable_static_pie}
   --enable-static-pie \
 %endif
+  --enable-crypt \
   ${aux_options}
 
 }