aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-12-12 15:22:41 +0000
committerJörg Mayer <jmayer@loplof.de>2004-12-12 15:22:41 +0000
commitf88578cbc018e283fa13b7b7679deaf353ed661d (patch)
treeace10b01e4a60536d572b19399cd661da05f79ef /packaging
parentbc3979ee23043a5a62c319bc427d9950883f0da7 (diff)
Build with ssl and kerberos
svn path=/trunk/; revision=12726
Diffstat (limited to 'packaging')
-rw-r--r--packaging/rpm/SPECS/ethereal.spec.in9
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