projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f280771
)
atftp: fix picking the right argz.h header file on eglibc
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Jun 2012 21:56:35 +0000
(21:56 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Jun 2012 21:56:35 +0000
(21:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32547
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/atftp/Makefile
patch
|
blob
|
history
diff --git
a/net/atftp/Makefile
b/net/atftp/Makefile
index
e56a5f6
..
e15f410
100644
(file)
--- a/
net/atftp/Makefile
+++ b/
net/atftp/Makefile
@@
-39,7
+39,16
@@
define Package/atftpd
endef
CONFIGURE_ARGS += \
- --disable-libwrap
+ --disable-libwrap
+
+ifdef CONFIG_USE_EGLIBC
+ TARGET_CFLAGS += -DHAVE_ARGZ=1
+
+ define Build/Prepare
+ $(Build/Prepare/Default)
+ echo '#include_next <argz.h>' > $(PKG_BUILD_DIR)/argz.h
+ endef
+endif
MAKE_FLAGS += \
CFLAGS="$(TARGET_CFLAGS) -Wall -D_REENTRANT" \