diff options
author | midipix <writeonce@midipix.org> | 2018-06-22 12:07:50 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2018-06-22 12:07:50 -0400 |
commit | 600957a65ae754dfc87d1569556dd22c230597a5 (patch) | |
tree | d0361f692672060c8697de23fb48f30ad54ffe09 /src/driver | |
parent | 127b9405d0d7ed2a4c8d246a5e960e8313f38988 (diff) | |
download | slibtool-600957a65ae754dfc87d1569556dd22c230597a5.tar.bz2 slibtool-600957a65ae754dfc87d1569556dd22c230597a5.tar.xz |
link mode: properly handle the combination of -release and -version-info.
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/slbt_driver_ctx.c | 1 |
1 files changed, 0 insertions, 1 deletions
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: |