]> git.pld-linux.org Git - packages/elinks.git/commitdiff
- added (commented out) old_incremental patch, sorted bconds auto/ti/elinks-0_12-0_pre1_3
authorTomasz Pala <gotar@pld-linux.org>
Fri, 22 Aug 2008 09:15:51 +0000 (09:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elinks.spec -> 1.162

elinks.spec

index 7087a107d5bcd55065b8e0483224f45ca98a236f..b7ecc5a2f77a92587b8598e8e7b2ca8d7d2451fd 100644 (file)
@@ -1,12 +1,12 @@
 # TODO: consider lua51
 
 # Conditional build:
-%bcond_with    x               # Use the X Windows System
 %bcond_with    gnutls          # Enable GNUTLS SSL support (disables openssl)
 %bcond_with    lzma            # Enable lzma support
 %bcond_with    python          # Enable Python scripting support
 %bcond_with    ruby            # Enable (experimental) Ruby scripting support
 %bcond_with    verbose         # verbose build (V=1)
+%bcond_with    x               # Use the X Windows System
 %bcond_without 256             # Disable 256 colors support
 %bcond_without bittorrent      # Disable BitTorrent support
 %bcond_without cgi             # Disable Local CGI support
@@ -43,6 +43,7 @@ Source2:      links.png
 Patch0:                %{name}-home_etc.patch
 Patch1:                %{name}-lua40.patch
 Patch2:                %{name}-date-format.patch
+Patch3:                %{name}-old_incremental.patch
 URL:           http://www.elinks.cz/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -97,6 +98,8 @@ keepalive.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+# restores old behaviour of type-ahead search
+#%patch3 -p1
 
 %build
 %{__aclocal}
This page took 0.246737 seconds and 4 git commands to generate.