projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
busybox: only add the librpc build dependency for uclibc (#8864)
[openwrt.git]
/
package
/
busybox
/
Makefile
diff --git
a/package/busybox/Makefile
b/package/busybox/Makefile
index
622e165
..
08acc37
100644
(file)
--- a/
package/busybox/Makefile
+++ b/
package/busybox/Makefile
@@
-17,7
+17,7
@@
PKG_SOURCE_URL:=http://www.busybox.net/downloads \
http://distfiles.gentoo.org/distfiles/
PKG_MD5SUM:=a2ce1a951571da8c6e0eaf75b1acef60
http://distfiles.gentoo.org/distfiles/
PKG_MD5SUM:=a2ce1a951571da8c6e0eaf75b1acef60
-PKG_BUILD_DEPENDS:=
USE_UCLIB
C:librpc
+PKG_BUILD_DEPENDS:=
BUSYBOX_USE_LIBRP
C:librpc
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk
@@
-66,7
+66,7
@@
ifdef CONFIG_GCC_VERSION_LLVM
endif
LDLIBS:=m crypt
endif
LDLIBS:=m crypt
-ifdef CONFIG_BUSYBOX_
CONFIG_FEATURE_HAVE_
RPC
+ifdef CONFIG_BUSYBOX_
USE_LIB
RPC
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
export LDFLAGS=$(TARGET_LDFLAGS)
LDLIBS += rpc
TARGET_CFLAGS += -I$(STAGING_DIR)/usr/include
export LDFLAGS=$(TARGET_LDFLAGS)
LDLIBS += rpc
This page took
0.023852 seconds
and
4
git commands to generate.