Skip to content
Snippets Groups Projects
Commit da8312a4 authored by Marvin Scholz's avatar Marvin Scholz Committed by Steve Lhomme
Browse files

contrib: gnutls: Add missing frameworks to Libs.private

This does essentially the same as upstream commit
c19cb93d492e45141bfef9b926dfeba36003261c but by patching
the resulting .pc file, as autoreconf'ing gnutls leads to issues.
parent ff55bb87
No related branches found
No related tags found
Loading
Pipeline #282016 passed with stage
in 47 minutes and 11 seconds
......@@ -87,6 +87,10 @@ endif
.gnutls: gnutls
$(MAKEBUILDDIR)
$(GNUTLS_ENV) $(MAKECONFIGURE) $(GNUTLS_CONF)
ifdef HAVE_DARWIN_OS
# Add missing frameworks to Libs.private for Darwin
cd $< && sed -i.orig -e s/"Libs.private:"/"Libs.private: -framework Security -framework CoreFoundation"/g $(BUILD_DIRUNPACK)/lib/gnutls.pc
endif
$(call pkg_static,"$(BUILD_DIRUNPACK)/lib/gnutls.pc")
+$(MAKEBUILD) -C gl
+$(MAKEBUILD) -C lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment