diff options
author | crow <crow@linux.org.ba> | 2014-04-30 17:04:27 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-04-30 21:33:59 +0200 |
commit | f8a81607259eb1e5396b0dc7af3f46f75624dcfa (patch) | |
tree | 67b732492039564bcbfc976b955aafa948936f67 /testing/noip/noip-2.1.9-flags.patch | |
parent | f7f16d39626ba693bff8282159f8a63bb4d52610 (diff) | |
download | aports-f8a81607259eb1e5396b0dc7af3f46f75624dcfa.tar.bz2 aports-f8a81607259eb1e5396b0dc7af3f46f75624dcfa.tar.xz |
testing/noip: fix init and add patched
Diffstat (limited to 'testing/noip/noip-2.1.9-flags.patch')
-rw-r--r-- | testing/noip/noip-2.1.9-flags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/noip/noip-2.1.9-flags.patch b/testing/noip/noip-2.1.9-flags.patch new file mode 100644 index 0000000000..372b582869 --- /dev/null +++ b/testing/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 |