Add xmail from #1309

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7280 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2007-05-20 14:10:46 +00:00
parent f3598d0938
commit f4b3bb9664
5 changed files with 131 additions and 0 deletions

View File

@ -0,0 +1,21 @@
--- xmail-1.24.orig/Makefile.common 2006-12-31 20:03:59.000000000 +0100
+++ xmail-1.24/Makefile.common 2007-02-01 20:41:08.000000000 +0100
@@ -76,15 +76,15 @@
SENDMAILOBJS = SendMail.o
%.o : %.cpp
- ${CC} ${CPPFLAGS} ${CFLAGS} -c $*.cpp
+ ${CXX} ${CPPFLAGS} ${CFLAGS} -c $*.cpp
all: ${OUTDIR} ${MKMACHDEPINC} ${MAILSVR} ${CRTLCLNT} ${XMCRYPT} ${MKUSERS} ${SENDMAIL}
${OUTDIR}:
@mkdir ${OUTDIR}
-${MKMACHDEPINC}: ${MKMACHDEP}
- ./${MKMACHDEP} > ${MKMACHDEPINC}
+#${MKMACHDEPINC}: ${MKMACHDEP}
+# ./${MKMACHDEP} > ${MKMACHDEPINC}
${MKMACHDEP}: ${MKMACHDEPOBJS}
${LD} -o ${MKMACHDEP} ${MKMACHDEPOBJS} ${LDFLAGS}