Package: libavifile-0.7-dev
Version: 1:0.7.44.20051021-1
Severity: normal

When I use `avifile-config --libs` to get the avifile library
information, it gives the -rpath option, which causes a lintian warning,
when I build a debian package.

Since the libavifile is in the standard location, it does not need to
give the library path. And even if it gives the path, it should not use
the -rpath option.

*** avifile-config.diff
--- avifile-config      2006-01-11 13:20:02.000000000 +0200
+++ avifile-config      2006-01-11 13:22:38.000000000 +0200
@@ -105,9 +105,9 @@
 fi
 
 if test "$lib_dir" != "/usr/lib"; then
-    libs="-L$lib_dir -Wl,-rpath,${exec_prefix}/lib -laviplay"
+    libs="-L$lib_dir -laviplay"
 else
-    libs="-Wl,-rpath,${exec_prefix}/lib -laviplay"
+    libs="-laviplay"
 fi
 
 if test "$echo_cflags" = "yes"; then


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15
Locale: LANG=en_US, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libavifile-0.7-dev depends on:
ii  libavifile-0.7c2     1:0.7.44.20051021-1 shared libraries for AVI read/writ
ii  libxft-dev           2.1.7-1             FreeType-based font drawing librar
ii  libxrender-dev       1:0.9.0.2-1         X Rendering Extension client libra

libavifile-0.7-dev recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to