Add xmail from #1309
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7280 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
21
net/xmail/patches/010-Makefile.common.patch
Normal file
21
net/xmail/patches/010-Makefile.common.patch
Normal 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}
|
Reference in New Issue
Block a user