]> git.pld-linux.org Git - packages/lynx.git/blobdiff - lynx.spec
- added missing BuildRequires: openssl-devel >= 0.9.6a
[packages/lynx.git] / lynx.spec
index 5a1eefe6ca069de148081f4ab7bea9801247d7ee..8483da9afc05abb2f4e6f4be7c90a95edf066226 100644 (file)
--- a/lynx.spec
+++ b/lynx.spec
@@ -5,7 +5,7 @@ Summary(pl):    Przegl
 Summary(tr):   Metin ekranda WWW tarayýcý
 Name:          lynx
 Version:       2.8.4dev.14
-Release:       3
+Release:       5
 License:       GPL
 Group:         Applications/Networking
 Group(pl):     Aplikacje/Sieciowe
@@ -18,12 +18,14 @@ Patch3:             %{name}-po_DESTDIR.patch
 Patch4:                %{name}-config.hin.patch
 Patch5:                %{name}-autoconf.patch
 Patch6:                %{name}-config.patch
+Patch7:                %{name}-SA_LEN.patch
 URL:           http://lynx.browser.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildRequires: zlib-devel
 BuildRequires: slang-devel
 BuildRequires: gettext-devel
 BuildRequires: autoconf
+BuildRequires: openssl-devel >= 0.9.6a
 #BuildRequires:        socks5-devel
 Provides:      webclient
 Obsoletes:     lynx-ssl
@@ -60,11 +62,12 @@ formlar ve tablolar i
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 autoconf
-LDFLAGS="-lcrypto -lssl %{!?debug:-s}"
-CFLAGS="-I/usr/include/openssl -DUSE_SSL %{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
+LDFLAGS="-lcrypto -lssl %{rpmldflags}"
+CFLAGS="-I/usr/include/openssl -DUSE_SSL %{rpmcflags}"
 %configure \
        --with-screen=slang \
        --without-included-gettext \
This page took 0.040595 seconds and 4 git commands to generate.