summaryrefslogtreecommitdiff
path: root/package/uvd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/uvd/Makefile')
-rw-r--r--package/uvd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/uvd/Makefile b/package/uvd/Makefile
index 448f9c375..da5aea972 100644
--- a/package/uvd/Makefile
+++ b/package/uvd/Makefile
@@ -8,7 +8,7 @@ PKG_VERSION:= 0.1
PKG_RELEASE:= 2
PKG_DESCR:= udp server for version information
PKG_SECTION:= base
-PKG_URL:= http://www.openadk.org/
+PKG_URL:= http://openadk.org/
NO_DISTFILES:= 1
@@ -20,8 +20,10 @@ CONFIG_STYLE:= manual
BUILD_STYLE:= manual
INSTALL_STYLE:= manual
+TARGET_CFLAGS+= -Wall
+
do-build:
- ${TARGET_CC} -Wall ${TCPPFLAGS} ${TCFLAGS} \
+ ${TARGET_CC} ${TARGET_CPPFLAGS} ${TARGET_CFLAGS} ${TARGET_LDFLAGS} \
-o ${WRKBUILD}/uvd ${WRKBUILD}/uvd.c
do-install: