tag 495789 patch
thanks

I think the attached patch should fix this issue in a very minimal
way. A real fix would probably require improving upstream's configure
script to not be so eager to add rpaths.

Gruesse,
-- 
Frank Lichtenheld <[EMAIL PROTECTED]>
www: http://www.djpig.de/
diff -u milter-greylist-3.0/debian/changelog milter-greylist-3.0/debian/changelog
--- milter-greylist-3.0/debian/changelog
+++ milter-greylist-3.0/debian/changelog
@@ -1,3 +1,11 @@
+milter-greylist (3.0-3.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix configure call so that no unsafe rpath is added to the
+    binaries (closes: #495789)
+
+ -- Frank Lichtenheld <[EMAIL PROTECTED]>  Sun, 14 Sep 2008 00:51:28 +0200
+
 milter-greylist (3.0-3) unstable; urgency=low
 
   [ Elrond ]
diff -u milter-greylist-3.0/debian/rules milter-greylist-3.0/debian/rules
--- milter-greylist-3.0/debian/rules
+++ milter-greylist-3.0/debian/rules
@@ -32,7 +32,7 @@
 		--sysconfdir=/etc/milter-greylist \
 		--with-conffile=/etc/milter-greylist/greylist.conf \
 		--with-dumpfile=/var/lib/milter-greylist/greylist.db \
-		--with-libspf2 \
+		--with-libspf2=/usr \
 		--host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr \
  • Bug#495789: Patch Frank Lichtenheld

Reply via email to