Search
j0ke.net Open Build Service
>
Projects
>
server:mail
>
qmail-spp-plugins-vchkuser
> vchkuser-makefile.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File vchkuser-makefile.patch of Package qmail-spp-plugins-vchkuser
--- Makefile.orig 2009-01-25 19:32:17.000000000 +0100 +++ Makefile 2009-01-26 21:10:48.000000000 +0100 @@ -5,7 +5,7 @@ CFLAGS = $(OPTCFLAGS) -Wall -std=c99 -pedantic -I${VPOPMAILDIR}/include OBJS = vchkuser.o util.o debug.o -LIBS = $(VPOPMAILDIR)/lib/libvpopmail.a -lcrypt -lpcre +LIBS = $(VPOPMAILDIR)/lib/libvpopmail.a -lcrypt -lpcre `cat ${VPOPMAILDIR}/etc/lib_deps` vchkuser: $(OBJS) $(CC) $^ -o $@ $(LIBS)