diff options
Diffstat (limited to 'package/parprouted/Makefile')
-rw-r--r-- | package/parprouted/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/parprouted/Makefile b/package/parprouted/Makefile index 118f1ee15..62046d28a 100644 --- a/package/parprouted/Makefile +++ b/package/parprouted/Makefile @@ -21,8 +21,8 @@ CONFIG_STYLE:= manual INSTALL_STYLE:= manual MAKE_FLAGS+= CC="${TARGET_CC}" \ - CFLAGS="${TCFLAGS}" \ - LDFLAGS="" + CFLAGS="${TARGET_CFLAGS}" \ + LDFLAGS="${TARGET_LDFLAGS}" do-install: ${INSTALL_DIR} ${IDIR_PARPROUTED}/usr/sbin |