Update package version to 2.5.4

This commit is contained in:
2025-03-13 10:48:00 +02:00
parent a5664ebc99
commit 18aaa563d4
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -15,14 +15,14 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
./configure --prefix=/usr
./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib"
make
}
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
make -k check
make check
}
# The package function is executed in the source directory