aboutsummaryrefslogtreecommitdiffstats
path: root/testing/noip/noip-2.1.9-flags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/noip/noip-2.1.9-flags.patch')
-rw-r--r--testing/noip/noip-2.1.9-flags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/noip/noip-2.1.9-flags.patch b/testing/noip/noip-2.1.9-flags.patch
deleted file mode 100644
index 372b5828691..00000000000
--- a/testing/noip/noip-2.1.9-flags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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