tags 341424 +patch
thanks

Hi,

Please find attached a patch, which :
-adds the --disable-rpath flag when configuring wxWidgets
-removes the rpath option from the GL_LIBRARIES variable.

Applying it, I rebuilt the package and lintian stopped complaining about
rpath.

HTH,

Regis
-- 
"While a monkey can be a manager, it takes a human to be an engineer"
                        Erik Zapletal
diff -urN amaya-9.2.1.o/Amaya/configure amaya-9.2.1/Amaya/configure
--- amaya-9.2.1.o/Amaya/configure	2005-08-13 01:29:25.000000000 +0100
+++ amaya-9.2.1/Amaya/configure	2006-01-20 18:48:29.381850136 +0000
@@ -13642,7 +13642,7 @@
   # this is the flags used to build amaya with OpenGL
   GL_OPTIONS="-D_GL"
   GL_INCLUDES="-I${GL_BUILDDIR}/include"
-  GL_LIBRARIES="-Wl,-rpath,${GL_BUILDDIR}/lib -L${GL_BUILDDIR}/lib -lGL -lGLU"
+  GL_LIBRARIES="-Wl,${GL_BUILDDIR}/lib -L${GL_BUILDDIR}/lib -lGL -lGLU"
 
 
 
@@ -13703,7 +13703,7 @@
     #   --enable-unicode        compile wxString with Unicode support
     #   --with-gtk              use GTK+
     #   --with-opengl           use OpenGL (or Mesa)
-    WXCONFIGURE_OPTION="--with-opengl --with-gtk --enable-gtk2 --enable-unicode --enable-ipc --disable-shared  --with-libpng=builtin --with-libjpeg=builtin --with-libtiff=builtin $WXCONFIGURE_TUNNING_OPTION"
+    WXCONFIGURE_OPTION="--with-opengl --with-gtk --enable-gtk2 --enable-unicode --enable-ipc --disable-shared  --with-libpng=builtin --with-libjpeg=builtin --with-libtiff=builtin $WXCONFIGURE_TUNNING_OPTION --disable-rpath"
   fi
   if test "$AMAYAOS" = "MACOSX" ; then
     # MACOSX

Reply via email to