diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2024-01-15 23:28:41 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2024-01-16 00:18:06 +0000 |
commit | 8ed5d3b5bf97f5a459c5bbe7f9264903cb728d88 (patch) | |
tree | 0aafabcf3dfaab7685fa0fcbaa683dafe287807e /PACKAGE/debian/rules | |
parent | 3ee8300fec5d35be98863ab0101433d348c936cc (diff) | |
download | lynx-snapshots-8ed5d3b5bf97f5a459c5bbe7f9264903cb728d88.tar.gz |
snapshot of project "lynx", label v2-9-0
Diffstat (limited to 'PACKAGE/debian/rules')
-rwxr-xr-x | PACKAGE/debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PACKAGE/debian/rules b/PACKAGE/debian/rules index 6b48b9fe..908ed5e0 100755 --- a/PACKAGE/debian/rules +++ b/PACKAGE/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# $LynxId: rules,v 1.18 2023/05/26 22:51:25 tom Exp $ +# $LynxId: rules,v 1.19 2024/01/15 01:16:07 tom Exp $ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -67,6 +67,7 @@ configure-stamp: --sysconfdir=/etc/$(PACKAGE) \ --with-cfg-path=/etc/$(PACKAGE):$(docdir)/samples \ --localstatedir=/var \ + --disable-rpath-hack \ --libdir=/etc/$(PACKAGE) \ --enable-8bit-toupper \ --enable-cgi-links \ |