diff options
author | Jörg Mayer <jmayer@loplof.de> | 2004-12-12 15:22:41 +0000 |
---|---|---|
committer | Jörg Mayer <jmayer@loplof.de> | 2004-12-12 15:22:41 +0000 |
commit | f88578cbc018e283fa13b7b7679deaf353ed661d (patch) | |
tree | ace10b01e4a60536d572b19399cd661da05f79ef /packaging/rpm | |
parent | bc3979ee23043a5a62c319bc427d9950883f0da7 (diff) | |
download | wireshark-f88578cbc018e283fa13b7b7679deaf353ed661d.tar.gz wireshark-f88578cbc018e283fa13b7b7679deaf353ed661d.tar.bz2 wireshark-f88578cbc018e283fa13b7b7679deaf353ed661d.zip |
Build with ssl and kerberos
svn path=/trunk/; revision=12726
Diffstat (limited to 'packaging/rpm')
-rw-r--r-- | packaging/rpm/SPECS/ethereal.spec.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packaging/rpm/SPECS/ethereal.spec.in b/packaging/rpm/SPECS/ethereal.spec.in index 64dba345fe..199b06670e 100644 --- a/packaging/rpm/SPECS/ethereal.spec.in +++ b/packaging/rpm/SPECS/ethereal.spec.in @@ -14,14 +14,14 @@ URL: http://www.ethereal.com/ BuildRoot: /tmp/ethereal-%{PACKAGE_VERSION}-root Packager: FastJack <fastjack@i-s-o.net> Requires: gtk2 -Requires: libpcap +Requires: libpcap openssl %description Ethereal is a network traffic analyzer for Unix-ish operating systems. %prep %setup -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix +CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --with-ssl=/usr --with-krb5 make %install @@ -46,8 +46,11 @@ rm -rf $RPM_BUILD_ROOT %prefix/man/*/* %changelog +* Thu Oct 28 2004 Joerg Mayer +- Add openssl requirement (heimdal and net-snmp are still automatic) + * Tue Jul 20 2004 Joerg Mayer -- Redo install and files section to actually work with normal bulids +- Redo install and files section to actually work with normal builds * Sat Feb 07 2004 Joerg Mayer - in case there are shared libs: include them |