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
This commit is contained in:
parent
362482b9fd
commit
d572fed05f
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 24 08:41:32 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <dimstar@opensuse.org>
|
Mon Feb 21 17:09:56 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ export LC_ALL=POSIX
|
|||||||
rm -f Magdir/*,v Magdir/*~
|
rm -f Magdir/*,v Magdir/*~
|
||||||
rm -f ltcf-c.sh ltconfig ltmain.sh
|
rm -f ltcf-c.sh ltconfig ltmain.sh
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
export CFLAGS="%{optflags} -DHOWMANY=69632 -fPIE $(pkg-config)"
|
export CFLAGS="%{optflags} -DHOWMANY=69632 -fPIE"
|
||||||
%configure --disable-silent-rules --datadir=%{_miscdir} \
|
%configure --disable-silent-rules --datadir=%{_miscdir} \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-libseccomp \
|
--disable-libseccomp \
|
||||||
|
Loading…
Reference in New Issue
Block a user