diff options
Diffstat (limited to 'unmaintained/noip/noip-2.1.9-flags.patch')
-rw-r--r-- | unmaintained/noip/noip-2.1.9-flags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unmaintained/noip/noip-2.1.9-flags.patch b/unmaintained/noip/noip-2.1.9-flags.patch new file mode 100644 index 0000000000..372b582869 --- /dev/null +++ b/unmaintained/noip/noip-2.1.9-flags.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -22,7 +22,7 @@ + # ARCH=sun + + ${TGT}: Makefile ${TGT}.c +- ${CC} -Wall -g -D${ARCH} -DPREFIX=\"${PREFIX}\" ${TGT}.c -o ${TGT} ${LIBS} ++ ${CC} ${CFLAGS} -D${ARCH} -DPREFIX=\"${PREFIX}\" ${TGT}.c -o ${TGT} ${LIBS} ${LDFLAGS} + + install: ${TGT} + if [ ! -d ${BINDIR} ]; then mkdir -p ${BINDIR};fi |