Accepting request 643993 from security
- fix broken build due to newer glib dependency that reports a full path for gdbus-codegen, breaking the configure check. OBS-URL: https://build.opensuse.org/request/show/643993 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=10
This commit is contained in:
commit
466bf92992
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 23 15:46:28 UTC 2018 - matthias.gerstner@suse.com
|
||||
|
||||
- fix broken build due to newer glib dependency that reports a full path for
|
||||
gdbus-codegen, breaking the configure check.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 26 15:51:01 UTC 2018 - matthias.gerstner@suse.com
|
||||
|
||||
|
@ -78,6 +78,9 @@ use with the SAPI library (libtss2-sys) like any other TCTI.
|
||||
%build
|
||||
export CFLAGS="%optflags -fPIE"
|
||||
export LDFLAGS="-pie -fPIE"
|
||||
# workaround for the bug that upstream commit
|
||||
# b4036908dd067f8eadc9d53b1a2a39032aed109d fixes
|
||||
export GDBUS_CODEGEN="/usr/bin/gdbus-codegen"
|
||||
%configure --disable-static --with-systemdsystemunitdir=%{_unitdir}
|
||||
make %{?_smp_mflags} PTHREAD_LDFLAGS=-pthread
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user