]> git.pld-linux.org Git - packages/lynx.git/commitdiff
Added autoconf execution in %build,and ssl now works (hopefully)
authorMaciej Pijanka <agaran@pld-linux.org>
Mon, 7 Aug 2000 18:59:54 +0000 (18:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lynx.spec -> 1.62

lynx.spec

index c6d10921090e18d0c41e39fcdcd2d94134f4fb96..0bb0353597261675271a9100f6fe3e67be7e5669 100644 (file)
--- a/lynx.spec
+++ b/lynx.spec
@@ -19,6 +19,7 @@ Patch3:               http://www.moxienet.com/lynx/%{name}-283-ssl.patch.bz2
 Patch4:                %{name}-overflow.patch
 Patch5:                %{name}-po_DESTDIR.patch
 Patch6:                %{name}-config.hin.patch
+Patch7:                %{name}-autoconf.patch
 BuildRequires: zlib-devel
 BuildRequires: slang-devel
 BuildRequires: gettext-devel
@@ -58,9 +59,12 @@ formlar ve tablolar i
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
-LDFLAGS="-s"; export LDFLAGS
+autoconf
+LDFLAGS="-lcrypto -lssl"; export LDFLAGS
+CFLAGS="-I/usr/include/openssl -DUSE_SSL $RPM_OPT_FLAGS"; export CFLAGS
 %configure \
        --with-screen=slang \
        --without-included-gettext \
This page took 0.037846 seconds and 4 git commands to generate.