]> git.ipfire.org Git - thirdparty/openldap.git/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>
Tue, 12 Sep 2017 23:24:31 +0000 (16:24 -0700)
mappings from slapd.def

servers/slapd/Makefile.in

index 9cda689b3f404b68e606a2c1fd62bc8b53b77160..117a5cbdc6f06a110479535b770f32fedd053862 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