From: <jgs...@us...> - 2004-03-02 03:43:39
|
Update of /cvsroot/serverfilters/script In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18392 Modified Files: Makefile Log Message: Simplified options Index: Makefile =================================================================== RCS file: /cvsroot/serverfilters/script/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile 2 Mar 2004 03:20:30 -0000 1.6 --- Makefile 2 Mar 2004 03:24:19 -0000 1.7 *************** *** 14,21 **** #CFLAGS=-DDEBUG #LFLAGS= LFLAGS=-static - #STATICLIBS= - STATICLIBS=-lkrb5 -lresolv -lcom_err -ldl -lz -lcrypto -lk5crypto # Edit the location of the squirrelmail config file here. --- 14,21 ---- #CFLAGS=-DDEBUG + # Use the following argument to tell the linker to make + # a statically linked binary #LFLAGS= LFLAGS=-static # Edit the location of the squirrelmail config file here. *************** *** 41,45 **** # You may need to adjust the following line. ! LIBS=/usr/lib/c-client.a -lssl -lpam -L/usr/kerberos/lib/ -lgssapi_krb5 -lcrypt $(STATICLIBS) # This directory should contain a file named mail.h --- 41,45 ---- # You may need to adjust the following line. ! LIBS=/usr/lib/c-client.a -lssl -lpam -L/usr/kerberos/lib/ -lgssapi_krb5 -lcrypt -lkrb5 -lresolv -lcom_err -ldl -lz -lcrypto -lk5crypto # This directory should contain a file named mail.h |