From 2f9f52a1648cc5da9a4dbb8eb06d0cc1ea55a82c Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 14 Sep 2016 18:48:21 -0400 Subject: link mode: soname: properly handle -module when output begins with dso prefix. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/slibtool/slibtool.h') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index c57494c..d16c16f 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -149,6 +149,7 @@ struct slbt_exec_ctx { char * pimpfilename; char * vimpfilename; char * exefilename; + char * sonameprefix; pid_t pid; int exitcode; }; -- cgit v1.2.3