[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: --disable-rpath doesn't resolve the rpath problem



Hi.

this pacth can solve rpath problem.

diff -u a/rules b/rules
--- a/rules     2005-10-25 01:26:53.000000000 +0900
+++ b/rules     2005-10-25 01:28:00.000000000 +0900
@@ -3,9 +3,8 @@
  DEB_TAR_SRCDIR                  := knetdockapp-0.63
  DEB_AUTO_CLEANUP_RCS            := yes

-DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --prefix=/usr
-
  include /usr/share/cdbs/1/class/autotools.mk
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --prefix=/usr
  include /usr/share/cdbs/1/rules/debhelper.mk
  #include /usr/share/cdbs/1/rules/tarball.mk
  #include /usr/share/cdbs/1/rules/simple-patchsys.mk

thanks.
--
/*
 * Masami Ichikawa
 * mailto: hangar-18@mub.biglobe.ne.jp
 */



Reply to: