summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-03 18:35:24 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-03 18:35:24 +0100
commit01f75429d58f4a0b2b68da966b24d0b011fe3c8d (patch)
tree281edee2d67aa083d113a47cd52cd069cd8fb6d1 /package
parent4881da11df564c8c989ade4e223b31ee8a993776 (diff)
disable proftpd for now, it is broken
Diffstat (limited to 'package')
-rw-r--r--package/mpg123/Makefile1
-rw-r--r--package/proftpd/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/package/mpg123/Makefile b/package/mpg123/Makefile
index 49d23b617..350a7a097 100644
--- a/package/mpg123/Makefile
+++ b/package/mpg123/Makefile
@@ -20,6 +20,7 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,MPG123,mpg123,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TARGET_CPPFLAGS+= -D_GNU_SOURCE -D_POSIX_SOURCE
CONFIGURE_ARGS+= --disable-shared \
--with-default-audio=alsa
diff --git a/package/proftpd/Makefile b/package/proftpd/Makefile
index f44c94d17..cb0662354 100644
--- a/package/proftpd/Makefile
+++ b/package/proftpd/Makefile
@@ -14,6 +14,7 @@ PKG_SITES:= ftp://ftp.proftpd.org/distrib/source/
PKG_NOPARALLEL:= 1
PKG_LIBC_DEPENDS:= eglibc glibc
+PKG_CFLINE_PROFTPD:= depends on ADK_BROKEN
PKG_FLAVOURS_PROFTPD:= WITH_FTPUSERS
PKGFD_WITH_FTPUSERS:= install /etc/ftpusers along with proftpd