]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
lldpd.spec: requires openssl since it is required by net-snmp
authorVincent Bernat <bernat@luffy.cx>
Thu, 20 May 2010 21:49:06 +0000 (23:49 +0200)
committerVincent Bernat <bernat@luffy.cx>
Thu, 20 May 2010 21:49:06 +0000 (23:49 +0200)
Thanks to Lamont Granquist for the fix.

redhat/lldpd.spec

index 6dba94ab76cbce4c2dca586e1ec7ea3d7d0175b7..8e5393051f9c3248b35c21617642f16f16e1a2d0 100644 (file)
@@ -29,6 +29,8 @@ Source2: lldpd.sysconfig
 %if %{with snmp}
 BuildRequires: net-snmp-devel
 Requires:      net-snmp
+BuildRequires: openssl-devel
+Requires:      openssl
 %endif
 %if %{with xml}
 BuildRequires: libxml2-devel