summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-03-13 01:36:19 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2012-03-13 01:36:19 +0100
commit153e1a6fb6663ca91d34a77131bd671f5d886775 (patch)
tree847510aa95533d5202e33f4939a1c714e04b775d /package
parentc4dc5099f1c9c3265e5b8d6821a7af27849d2e46 (diff)
disable pcre
Diffstat (limited to 'package')
-rw-r--r--package/atftp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/atftp/Makefile b/package/atftp/Makefile
index e7d759066..598f58a06 100644
--- a/package/atftp/Makefile
+++ b/package/atftp/Makefile
@@ -23,6 +23,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,ATFTP,atftp,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
$(eval $(call PKG_template,ATFTPD,atftpd,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_ATFTPD},${PKG_SECTION}))
+CONFIGURE_ARGS+= --disable-libpcre
MAKE_FLAGS+= CFLAGS="${TARGET_CFLAGS} -Wall -D_REENTRANT -fno-inline"
atftp-install: