aboutsummaryrefslogtreecommitdiff
path: root/.copr
diff options
context:
space:
mode:
authorYosl <yosl@seattlemesh.net>2020-07-09 20:07:29 -0400
committerYosl <yosl@seattlemesh.net>2020-07-09 20:07:29 -0400
commit342c3ec4969b7d8f0effa13223af242cd6847214 (patch)
treeb6afc4e3c7abaa02754ddcaea2a4e979f260b921 /.copr
parentaa3b6c5fc189f5c0ccab896c13fcd3aeecd45cf0 (diff)
downloadgnunet-rpm-342c3ec4969b7d8f0effa13223af242cd6847214.tar.gz
gnunet-rpm-342c3ec4969b7d8f0effa13223af242cd6847214.zip
add libcurl as a build requirement, and in the Copr buildsystem
Diffstat (limited to '.copr')
-rw-r--r--.copr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.copr/Makefile b/.copr/Makefile
index e6b041a..bc484b6 100644
--- a/.copr/Makefile
+++ b/.copr/Makefile
@@ -1,7 +1,7 @@
1outdir ?= $(pwd) 1outdir ?= $(pwd)
2srpm: 2srpm:
3 dnf -y install libtool libtool-ltdl libtool-ltdl-devel autoconf make \ 3 dnf -y install libtool libtool-ltdl libtool-ltdl-devel autoconf make \
4 texinfo gettext gcc openssl libgcrypt-devel \ 4 texinfo gettext gcc openssl libgcrypt-devel libcurl \
5 libunistring-devel miniupnpc libidn-devel zlib-devel \ 5 libunistring-devel miniupnpc libidn-devel zlib-devel \
6 jansson-devel gnutls-devel libsqlite3x python3\ 6 jansson-devel gnutls-devel libsqlite3x python3\
7 libmicrohttpd-devel opus-devel libogg-devel \ 7 libmicrohttpd-devel opus-devel libogg-devel \