summaryrefslogtreecommitdiff
path: root/package/fakeidentd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/fakeidentd/Makefile')
-rw-r--r--package/fakeidentd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/fakeidentd/Makefile b/package/fakeidentd/Makefile
index d7180e6b0..876a1c551 100644
--- a/package/fakeidentd/Makefile
+++ b/package/fakeidentd/Makefile
@@ -22,9 +22,11 @@ CONFIG_STYLE:= manual
BUILD_STYLE:= manual
INSTALL_STYLE:= manual
+TARGET_CFLAGS+= -Wall
+
do-build:
- ${TARGET_CC} -Wall ${TCPPFLAGS} ${TCFLAGS} -o \
- ${WRKBUILD}/fakeidentd ${WRKBUILD}/identd.c
+ ${TARGET_CC} ${TARGET_CPPFLAGS} ${TARGET_CFLAGS} ${TARGET_LDFLAGS} \
+ -o ${WRKBUILD}/fakeidentd ${WRKBUILD}/identd.c
do-install:
${INSTALL_DIR} ${IDIR_FAKEIDENTD}/usr/sbin