]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/Makefile.in
ITS#8697 - For Windows builds with newer MINGW, remove refptr symbols
[openldap] / servers / slapd / Makefile.in
index b5ba969b7cb39f4f36a6b831d5123eb454099c5e..03275372fcf5ae0dccafe31d9003a6e35b458442 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2015 The OpenLDAP Foundation.
+## Copyright 1998-2017 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -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