]> git.sur5r.net Git - openldap/commitdiff
ITS#8697 - For Windows builds with newer MINGW, remove refptr symbols
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 21 Jul 2017 00:11:01 +0000 (17:11 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 21 Jul 2017 00:11:01 +0000 (17:11 -0700)
mappings from slapd.def

servers/slapd/Makefile.in

index 177ad288cb0e8975cb55231cb756fc1f27fbf4ec..03275372fcf5ae0dccafe31d9003a6e35b458442 100644 (file)
@@ -210,7 +210,7 @@ slapd.def: libbackends.a liboverlays.a version.o
        dlltool --exclude-symbols main,ServiceMain@8 --export-all-symbols \
                        --output-def $@.tmp $$objs;
        echo EXPORTS > $@
-       $(SED) -e 1,2d -e 's/ @ [0-9][0-9]*//' $@.tmp | sort >> $@
+       $(SED) -e 1,2d -e 's/ @ [0-9][0-9]*//' -e '/\.refptr\./d' $@.tmp | sort >> $@
        $(RM) $@.tmp
 
 symdummy.c: slapd.def