From e6d302f7ab313eb04dfb7adfd1466f182d59ab6b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 16 Oct 2015 21:39:28 -0400 Subject: [PATCH] Turned off soname for now. This is confusing as all hell. --- GNUmakefile.libui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile.libui b/GNUmakefile.libui index 3fe03647..ce97d940 100644 --- a/GNUmakefile.libui +++ b/GNUmakefile.libui @@ -11,6 +11,6 @@ NAME = libui LDFLAGS += \ -shared \ - -Wl,-soname,$(NAME)$(SUFFIX).0 +# -Wl,-soname,$(NAME)$(SUFFIX).0 include GNUbaserules.mk