From: Quanah Gibson-Mount Date: Fri, 21 Jul 2017 00:11:01 +0000 (-0700) Subject: ITS#8697 - For Windows builds with newer MINGW, remove refptr symbols X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50d1588b2e1d5204356576666b4f2f34651f8902;p=openldap ITS#8697 - For Windows builds with newer MINGW, remove refptr symbols mappings from slapd.def --- diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index 177ad288cb..03275372fc 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -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