Skip to content

Commit

Permalink
Merge branch 'static' into 'master'
Browse files Browse the repository at this point in the history
Disable static builds in RPM SPEC

See merge request mer-core/libngf!3
  • Loading branch information
pvuorela committed Sep 11, 2020
2 parents 30f7d6a + 32433e3 commit 05ea200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpm/libngf.spec
Expand Up @@ -48,14 +48,15 @@ Requires: %{name} = %{version}-%{release}


%build
%autogen
%autogen --disable-static
doxygen doc/doxygen.cfg
make %{?jobs:-j%jobs}


%install
rm -rf %{buildroot}
%make_install
rm -f %{buildroot}/%{_libdir}/*.la

install -d %{buildroot}/usr/share/doc/libngf-doc/html/
install -m 644 doc/html/* %{buildroot}/usr/share/doc/libngf-doc/html/
Expand Down

0 comments on commit 05ea200

Please sign in to comment.