Link as needed
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
name: enchant
|
name: enchant
|
||||||
description: Spelling library wrapper with consistent interface
|
description: Spelling library wrapper with consistent interface
|
||||||
version: 2.8.12
|
version: 2.8.12
|
||||||
|
revision: 2
|
||||||
url: https://rrthomas.github.io/enchant/
|
url: https://rrthomas.github.io/enchant/
|
||||||
license: LGPL2.1-or-later
|
license: LGPL2.1-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -16,6 +16,7 @@ prepare() {
|
|||||||
# This function is used to compile the source code
|
# This function is used to compile the source code
|
||||||
build() {
|
build() {
|
||||||
./configure --prefix=/usr --disable-static --enable-relocatable
|
./configure --prefix=/usr --disable-static --enable-relocatable
|
||||||
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user