ALT Linux Bugzilla
– Attachment 2332 Details for
Bug 13777
link with libdvdcss
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
libdvdread-0.9.7-configure.patch
libdvdread-0.9.7-configure.patch (text/plain), 835 bytes, created by
led
on 2007-12-22 21:36:27 MSK
(
hide
)
Description:
libdvdread-0.9.7-configure.patch
Filename:
MIME Type:
Creator:
led
Created:
2007-12-22 21:36:27 MSK
Size:
835 bytes
patch
obsolete
>diff -urN libdvdread-0.9.7.orig/configure.in libdvdread-0.9.7/configure.in >--- libdvdread-0.9.7.orig/configure.in 2007-01-06 23:16:57 +0200 >+++ libdvdread-0.9.7/configure.in 2007-12-22 02:36:36 +0200 >@@ -103,15 +103,15 @@ > AC_MSG_ERROR(You need libdvdcss (dvdcss.h)) > ) > AC_MSG_CHECKING([for dvdcss_interface_2 in -ldvdcss]) >- saved_LDFLAGS=$LDFLAGS >- LDFLAGS="$LDFLAGS -ldvdcss" >+ saved_LIBS=$LIBS >+ LIBS="-ldvdcss" > AC_TRY_LINK([#include <dvdcss/dvdcss.h>], > [if(!dvdcss_interface_2) { return 1; }], > [ CSS_LIBS=-ldvdcss ], > [ AC_MSG_RESULT([no]) > AC_MSG_ERROR(You need libdvdcss.so.2 or later) > ] ) >- LDFLAGS=$saved_LDFLAGS >+ LIBS=$saved_LIBS > AC_MSG_RESULT([yes]) > else > dnl -w added to shutup GCC3.1's cpp warning about -I/usr/local
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13777
: 2332