From 600957a65ae754dfc87d1569556dd22c230597a5 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 22 Jun 2018 12:07:50 -0400 Subject: link mode: properly handle the combination of -release and -version-info. --- src/driver/slbt_driver_ctx.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/driver') diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 9031323..449f63a 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -1074,7 +1074,6 @@ int slbt_get_driver_ctx( case TAG_RELEASE: cctx.release = entry->arg; - cctx.drvflags |= SLBT_DRIVER_AVOID_VERSION; break; case TAG_DLOPEN: -- cgit v1.2.3