#11 Update gnutls.spec to allow flatpak builds
Opened 2 years ago by jaydoubleu. Modified 2 years ago
rpms/ jaydoubleu/gnutls rawhide  into  rawhide

file modified
+5
@@ -4,7 +4,12 @@ 

  Patch1:	gnutls-3.6.7-no-now-guile.patch

  Patch2:	gnutls-3.2.7-rpath.patch

  %bcond_with bootstrap

+ # Disable dane in flatpak builds to avoid building unbound.

+ %if 0%{?flatpak}

+ %bcond_with dane

+ %else

  %bcond_without dane

+ %endif

  %if 0%{?rhel}

  %bcond_with guile

  %bcond_without fips

gnutls comes up as dependency and building with dane pulls in a lot of unnecessary dependencies which are not currently required for flatpaks.

Metadata