mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-03 23:49:05 +00:00
buils-sys: Include autogen.sh in tarball and use for RPM build
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
This commit is contained in:
parent
611a198637
commit
dfd53161a7
@ -19,4 +19,5 @@ EXTRA_DIST = \
|
||||
INSTALL \
|
||||
LICENSE \
|
||||
COPYING \
|
||||
README
|
||||
README \
|
||||
autogen.sh
|
||||
|
||||
5
dist/swtpm.spec
vendored
5
dist/swtpm.spec
vendored
@ -131,11 +131,10 @@ Tools for the TPM emulator from the swtpm package
|
||||
|
||||
%build
|
||||
|
||||
./bootstrap.sh
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure \
|
||||
--prefix=/usr \
|
||||
%if %{with_gnutls}
|
||||
--with-gnutls \
|
||||
--with-gnutls
|
||||
%endif
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
5
dist/swtpm.spec.in
vendored
5
dist/swtpm.spec.in
vendored
@ -131,11 +131,10 @@ Tools for the TPM emulator from the swtpm package
|
||||
|
||||
%build
|
||||
|
||||
./bootstrap.sh
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure \
|
||||
--prefix=/usr \
|
||||
%if %{with_gnutls}
|
||||
--with-gnutls \
|
||||
--with-gnutls
|
||||
%endif
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user