From ceb5d855f6770db29e2fa42186eb51323db45940 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 16 Jan 2018 17:48:21 +0000 Subject: [PATCH] Add --with-gcc-plugin-dir option to the configure command line. --- annobin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/annobin.spec b/annobin.spec index 05bfa0a..27731a2 100644 --- a/annobin.spec +++ b/annobin.spec @@ -1,7 +1,7 @@ Name: annobin Summary: Binary annotation plugin for GCC Version: 3.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ URL: https://fedoraproject.org/wiki/Toolchain/Watermark @@ -54,7 +54,7 @@ touch aclocal.m4 plugin/config.h.in touch configure */configure Makefile.in */Makefile.in %build -%configure --quiet +%configure --quiet --with-gcc-plugin-dir=%{ANNOBIN_PLUGIN_DIR} %make_build %install @@ -78,6 +78,9 @@ make check #--------------------------------------------------------------------------------- %changelog +* Tue Jan 16 2018 Nick Clifton - 3.1-2 +- Add --with-gcc-plugin-dir option to the configure command line. + * Thu Jan 04 2018 Nick Clifton - 3.1-1 - Rebase on version 3.1 sources.