diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2023-05-26 22:52:47 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2023-06-17 17:36:59 +0000 |
commit | 3dd6cae4b7623ef20ebc17ccf8dd182748c7040b (patch) | |
tree | 4b2a88056e33acd44e6c718b8e1d354efdd37b65 /PACKAGE | |
parent | e54344bd3252108c7c113ea773b3ae9a4e72b427 (diff) | |
download | lynx-snapshots-3dd6cae4b7623ef20ebc17ccf8dd182748c7040b.tar.gz |
snapshot of project "lynx", label v2-9-0dev_12d
Diffstat (limited to 'PACKAGE')
-rwxr-xr-x | PACKAGE/debian/rules | 5 | ||||
-rw-r--r-- | PACKAGE/lynx.spec | 7 |
2 files changed, 3 insertions, 9 deletions
diff --git a/PACKAGE/debian/rules b/PACKAGE/debian/rules index 92dc7fc4..6b48b9fe 100755 --- a/PACKAGE/debian/rules +++ b/PACKAGE/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# $LynxId: rules,v 1.17 2022/03/30 00:33:39 tom Exp $ +# $LynxId: rules,v 1.18 2023/05/26 22:51:25 tom Exp $ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -99,12 +99,9 @@ configure-stamp: --enable-source-cache \ --enable-syslog \ --enable-warnings \ - --with-brotli \ - --with-bzlib \ --with-gnutls=/usr \ --with-screen=ncursesw6dev \ --with-textdomain=$(PACKAGE) \ - --with-zlib \ --without-included-gettext \ ${DEBOP} diff --git a/PACKAGE/lynx.spec b/PACKAGE/lynx.spec index ad459d43..f95a3efe 100644 --- a/PACKAGE/lynx.spec +++ b/PACKAGE/lynx.spec @@ -1,4 +1,4 @@ -# $LynxId: lynx.spec,v 1.68 2023/01/23 21:39:22 tom Exp $ +# $LynxId: lynx.spec,v 1.69 2023/05/26 22:52:47 tom Exp $ Summary: A text-based Web browser Name: lynx-dev Version: 2.9.0 @@ -79,11 +79,8 @@ HTTP, FTP, WAIS, and NNTP servers. --enable-source-cache \ --enable-syslog \ --enable-warnings \ - --with-brotli \ - --with-bzlib \ --with-screen=ncursesw6dev \ - --with-ssl \ - --with-zlib + --with-ssl make \ docdir=%{lynx_doc} |