From d572fed05f191cd0aa54436963267423cd0f61bca7c3210d829471c894db4fee Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 24 Feb 2022 09:51:57 +0000 Subject: [PATCH] Accepting request 957235 from home:dimstar:Factory - Fix previous entry: remove stray pkg-config call in CFLAGS (as it was called without parameters, it only made output on stderr, which did not impact CFLAGS; so de facto only a cleanup change). OBS-URL: https://build.opensuse.org/request/show/957235 OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=233 --- file.changes | 7 +++++++ file.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/file.changes b/file.changes index 7a9fb22..f507d5e 100644 --- a/file.changes +++ b/file.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 24 08:41:32 UTC 2022 - Dominique Leuenberger + +- Fix previous entry: remove stray pkg-config call in CFLAGS (as it + was called without parameters, it only made output on stderr, + which did not impact CFLAGS; so de facto only a cleanup change). + ------------------------------------------------------------------- Mon Feb 21 17:09:56 UTC 2022 - Dominique Leuenberger diff --git a/file.spec b/file.spec index 414d304..3d76f0a 100644 --- a/file.spec +++ b/file.spec @@ -135,7 +135,7 @@ export LC_ALL=POSIX rm -f Magdir/*,v Magdir/*~ rm -f ltcf-c.sh ltconfig ltmain.sh autoreconf -fiv -export CFLAGS="%{optflags} -DHOWMANY=69632 -fPIE $(pkg-config)" +export CFLAGS="%{optflags} -DHOWMANY=69632 -fPIE" %configure --disable-silent-rules --datadir=%{_miscdir} \ --disable-static \ --disable-libseccomp \