diff options
-rw-r--r-- | filezilla.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filezilla.spec b/filezilla.spec index 8037508..554210d 100644 --- a/filezilla.spec +++ b/filezilla.spec @@ -33,6 +33,7 @@ BuildRequires: libidn-devel %if %{with storj} BuildRequires: golang-storj-uplink-c-devel %endif +BuildRequires: libstorj-devel BuildRequires: nettle-devel BuildRequires: pugixml-devel >= 1.7 BuildRequires: sqlite-devel @@ -74,6 +75,7 @@ export WXRC=%{_bindir}/wxrc-3.2 --with-wx-config=wx-config-3.2 \ --with-dbus \ --enable-gnutlssystemciphers \ + --enable-storj \ %if %{with storj} --enable-storj \ %endif |