commit df25b40e3ba37e63bf914c199de448c01b3d1b6e
Author:     Laslo Hunhold <[email protected]>
AuthorDate: Sat Oct 29 01:29:53 2022 +0200
Commit:     Laslo Hunhold <[email protected]>
CommitDate: Sat Oct 29 01:30:15 2022 +0200

    Update configure to make it idempotent again and add MidnightBSD
    
    Signed-off-by: Laslo Hunhold <[email protected]>

diff --git a/configure b/configure
index 69df018..0f5e650 100755
--- a/configure
+++ b/configure
@@ -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'

Reply via email to