From 68f313e1452c88235ece7f5b76b6bbdb82b9e5f3 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 11 Apr 2016 14:32:08 -0400 Subject: driver: added -avoid-version support. --- src/driver/slbt_driver_ctx.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/driver') diff --git a/src/driver/slbt_driver_ctx.c b/src/driver/slbt_driver_ctx.c index 5640453..47e4f7d 100644 --- a/src/driver/slbt_driver_ctx.c +++ b/src/driver/slbt_driver_ctx.c @@ -758,6 +758,10 @@ int slbt_get_driver_ctx( cctx.drvflags |= SLBT_DRIVER_MODULE; break; + case TAG_AVOID_VERSION: + cctx.drvflags |= SLBT_DRIVER_AVOID_VERSION; + break; + case TAG_SHARED: cctx.drvflags &= ~(uint64_t)SLBT_DRIVER_STATIC; break; -- cgit v1.2.3