Update package version to 3.4.8, fix dependencies and disable architecture specific customization

This commit is contained in:
2025-05-11 14:35:08 +03:00
parent 13c263b697
commit 638558e706
3 changed files with 21 additions and 5 deletions
+4 -2
View File
@@ -16,8 +16,7 @@ prepare() {
# This function is used to compile the source code
build() {
./configure --prefix=/usr \
--disable-static \
--with-gcc-arch=native
--disable-static
make
}
@@ -31,4 +30,7 @@ check() {
# This function is used to move the compiled files into the output directory
package() {
make DESTDIR="$BPM_OUTPUT" install
# Install package license
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/libffi/LICENSE
}