Link as needed

This commit is contained in:
2025-09-15 18:52:21 +03:00
parent 433d02dc22
commit 6406193b8f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
name: enchant
description: Spelling library wrapper with consistent interface
version: 2.8.12
revision: 2
url: https://rrthomas.github.io/enchant/
license: LGPL2.1-or-later
architecture: any
+1
View File
@@ -16,6 +16,7 @@ prepare() {
# This function is used to compile the source code
build() {
./configure --prefix=/usr --disable-static --enable-relocatable
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}