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

Bug#487550: xmkmf generates makefiles containing -lXext but does not depend on libxext-dev



On Sun, Jun 22, 2008 at 16:40:22 +0100, peter green wrote:

> package: xutils-dev
> version: 1:7.4+2
> severity: serious
> justification: causes another package to FTBFS
>
> When run as part of the build process for 9menu xmkmf generates a  
> makefile with -lXext in it but xutils-dev has no dependency on  
> libxext-dev, this causes 9menu to FTBFS.
>
I'm not convinced this is a bug in xutils-dev.  Changing 9menu's
Imakefile to:

       INCLUDES = -I$(TOP)
        DEPLIBS = $(DEPXLIBONLY)
LOCAL_LIBRARIES = $(XLIBONLY)
        DEFINES = -DSHAPE #-DDEBUG -DDEBUG_EV
           SRCS = 9menu.c
           OBJS = 9menu.o

ComplexProgramTarget(9menu)

makes it not need libXext.

Cheers,
Julien



Reply to: