Could you please try to apply the attached patch and rebuild the package? Ciao -- Enrico Tassi
--- lua-curl-0.2.0/debian/Makefile.Debian.conf 2007-02-12 16:18:58.000000000 +0000 +++ lua-curl-0.2.0-new/debian/Makefile.Debian.conf 2007-02-12 16:17:02.000000000 +0000 @@ -3,8 +3,8 @@ PKG_NAME=curl
### things relative to the C library part -CLIB_CFLAGS= $(shell curl-config --cflags 2>/dev/null) -CLIB_LDFLAGS= $(shell curl-config --libs 2>/dev/null) +CLIB_CFLAGS= $(shell curl-config --cflags 2>/dev/null) $(shell getconf LFS_CFLAGS) +CLIB_LDFLAGS= $(shell curl-config --libs 2>/dev/null) $(shell getconf LFS_LIBS) CLIB_OBJS= lua-curl.lo luabind.lo VERSION_INFO=0:0:0

