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-Tag: OPENLDAP_REL_ENG_2_4_46~92 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e5efe9ca56292dc5d24d1ae38559b7077415a785;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 9cda689b3f..117a5cbdc6 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