[Pkg-mc-commits] r376 - trunk/debian

Yury Zaytsev zaytsev-guest at alioth.debian.org
Sat Apr 3 21:09:05 UTC 2010


Author: zaytsev-guest
Date: 2010-04-03 21:09:04 +0000 (Sat, 03 Apr 2010)
New Revision: 376

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Added ./configure option to disable rpath on Linux targets.



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-04-03 16:06:17 UTC (rev 375)
+++ trunk/debian/changelog	2010-04-03 21:09:04 UTC (rev 376)
@@ -3,6 +3,7 @@
   [Yury V. Zaytsev]
   * New upstream stable release.
   * Removed invisible cursor notice, bug's been fixed in vte!
+  * Fixed rpath issue by adding appropriate ./configure option.
 
  -- Yury V. Zaytsev <yury at shurup.com>  Thu, 01 Apr 2010 09:54:28 +0200
 

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2010-04-03 16:06:17 UTC (rev 375)
+++ trunk/debian/rules	2010-04-03 21:09:04 UTC (rev 376)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_DH_STRIP_ARGS := --dbg-package=mc-dbg
-DEB_CONFIGURE_EXTRA_FLAGS := --with-glib2 --without-ext2undel --without-samba --with-screen=slang
+DEB_CONFIGURE_EXTRA_FLAGS := --with-glib2 --without-ext2undel --without-samba --with-screen=slang --disable-rpath
 AWK := awk
 
 # Use building with n parallel processes with DEB_BUILD_OPTIONS=parallel=n




More information about the Pkg-mc-commits mailing list