[libdvdcss-devel] [PATCH] Fix broken Makefile causing build failure

Diego Biurrun diego at biurrun.de
Mon Mar 11 10:39:58 CET 2013


On Sun, Mar 10, 2013 at 11:02:28PM -0400, Brad Smith wrote:
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -32,7 +32,7 @@ libdvdcss_la_LDFLAGS = -version-info $(DVDCSS_LTVERSION) $(DVDCSS_LDFLAGS)
>  
>  if !SYS_MSVC
> -libdvdcss_la_LDFLAGS += = -no-undefined
> +libdvdcss_la_LDFLAGS += -no-undefined
>  endif

Oooooops, I wonder why nobody spotted that one and why it did not cause
any trouble on our side ...

Patch queued, will push in a bit ...

Diego


More information about the libdvdcss-devel mailing list