From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id E5946385AE5B for ; Tue, 28 Jun 2022 22:26:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E5946385AE5B Received: from mail-pg1-f198.google.com (mail-pg1-f198.google.com [209.85.215.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-313-o2Q_awQ1Otinv9hXtWABww-1; Tue, 28 Jun 2022 18:26:16 -0400 X-MC-Unique: o2Q_awQ1Otinv9hXtWABww-1 Received: by mail-pg1-f198.google.com with SMTP id e18-20020a656492000000b003fa4033f9a7so7286148pgv.17 for ; Tue, 28 Jun 2022 15:26:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=w1WwWiBF2V3W0r44ENRJ3HJWT2IQRPHq26YxgtqSGDU=; b=kelG16nlAb9VVXu+uEMJzS4mHKyfsba2ifU3KBKnqmX18ss0+eQbGzcr1E2eNZTmiA +LnALn5CP7hFLNiWFa+Vf9Xh1hgWmoYU/buOtR76UlIPmZXBDqVOCq3irA95W2VbepxI nQuACzYujMOgvRqmscak7wGSjr+3NuEIOZEuG4r/ZeU7d91K9+AsSeIe+d0TilWd0sRr UXFSfIngZ6TlCOD8pchhwMDQbskMvAZ37D5tRCRUWaQnNFJ5SmJ0vNMZeszfILxPMFWN e+cDA/NNXoXnXeQPE/DKx0vQutiBSugvnmlNBoE62czHiTlvSRPsmWh0kkcsDT6vUuk3 2G9w== X-Gm-Message-State: AJIora/TH5OzKdYGKXu36RfdGLzucjhziSXeKlWfsJOSWQsSBx6WlIrC piCXPnm2ml9vWjUBRVZeXPYXQuIh6NhpeluMivXD9OPDmnutgAGb9BHlNgXbmY6UdIl+mjprcwx K+KtAT6VlE8O/139P5f0WNoAmGOfVI4+dX0laZeMymBrkOdJc7JnQqWWg3JHP3vtRlZffwwY= X-Received: by 2002:a17:90b:3842:b0:1ed:16aa:def6 with SMTP id nl2-20020a17090b384200b001ed16aadef6mr2137179pjb.130.1656455175116; Tue, 28 Jun 2022 15:26:15 -0700 (PDT) X-Google-Smtp-Source: AGRyM1vCw92DJzurSORXWIdN6yfgCwAPnnYtCaLhYjIH7jMJBDD7mln1lt+HibavWlWSzWnb4bpAHQ== X-Received: by 2002:a17:90b:3842:b0:1ed:16aa:def6 with SMTP id nl2-20020a17090b384200b001ed16aadef6mr2137127pjb.130.1656455174561; Tue, 28 Jun 2022 15:26:14 -0700 (PDT) Received: from alien.localdomain ([47.208.199.57]) by smtp.gmail.com with ESMTPSA id r7-20020a17090a690700b001ec9f9fe028sm371030pjj.46.2022.06.28.15.26.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Jun 2022 15:26:14 -0700 (PDT) From: Ben Woodard To: libabigail@sourceware.org Subject: [PATCH] Bug 28669 Increment Library version Date: Tue, 28 Jun 2022 15:26:00 -0700 Message-Id: <20220628222600.1362127-1-woodard@redhat.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-Spam-Status: No, score=-12.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2022 22:26:19 -0000 Add library version to libabigail 2.1 to not cause problems with older utilities due to library version incompatibility. This will also stop tools that look for libraries which have a different ABI but the same version from complaining. * src/Makefile.am: Add library version. Signed-off-by: Ben Woodard --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 1591224f..3dc5379b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -47,7 +47,7 @@ libabigail_la_SOURCES += abg-ctf-reader.cc endif libabigail_la_LIBADD = $(DEPS_LIBS) $(FTS_LIBS) -libabigail_la_LDFLAGS = -lpthread -Wl,--as-needed -no-undefined +libabigail_la_LDFLAGS = -lpthread -Wl,--as-needed -no-undefined -version-info 1:0:0 CUSTOM_MACROS = -DABIGAIL_ROOT_SYSTEM_LIBDIR=\"${libdir}\" -- 2.36.1