about summary refs log tree commit diff stats
path: root/PACKAGE/debian/rules
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2024-01-15 23:28:41 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2024-01-16 00:18:06 +0000
commit8ed5d3b5bf97f5a459c5bbe7f9264903cb728d88 (patch)
tree0aafabcf3dfaab7685fa0fcbaa683dafe287807e /PACKAGE/debian/rules
parent3ee8300fec5d35be98863ab0101433d348c936cc (diff)
downloadlynx-snapshots-8ed5d3b5bf97f5a459c5bbe7f9264903cb728d88.tar.gz
snapshot of project "lynx", label v2-9-0
Diffstat (limited to 'PACKAGE/debian/rules')
-rwxr-xr-xPACKAGE/debian/rules3
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 \
8 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173