[hackers] [libgrapheme] Update configure to make it idempotent again and add MidnightBSD || Laslo Hunhold
commit df25b40e3ba37e63bf914c199de448c01b3d1b6e
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Sat Oct 29 01:29:53 2022 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Sat Oct 29 01:30:15 2022 +0200
Update configure to make it idempotent again and add MidnightBSD
Signed-off-by: Laslo Hunhold <dev_AT_frign.de>
diff --git a/configure b/configure
index 69df018..0f5e650 100755
--- a/configure
+++ b/configure
_AT_@ -11,12 +11,12 @@ replace_line()
}
case $(uname) in
- DragonFly|FreeBSD|Linux|NetBSD)
+ DragonFly|FreeBSD|Linux|MidnightBSD|NetBSD)
# the default
replace_line 'SOFLAGS' ' ' '-shared -nostdlib -Wl,--soname=libgrapheme.so.$(VERSION_MAJOR).$(VERSION_MINOR)'
replace_line 'SONAME' ' ' 'libgrapheme.so.$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)'
replace_line 'SOSYMLINK' '' 'true'
- replace_line 'LDCONFIG' '' 'ldconfig \# unset to not call ldconfig(1) after install/uninstall'
+ replace_line 'LDCONFIG' '' 'ldconfig'
;;
OpenBSD)
replace_line 'SOFLAGS' ' ' '-shared -nostdlib'
Received on Sat Oct 29 2022 - 01:30:32 CEST
This archive was generated by hypermail 2.3.0
: Sat Oct 29 2022 - 01:36:34 CEST