projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: 3.2: get rid of an unused variable in ath79_spi.c
[openwrt.git]
/
package
/
librpc
/
Makefile
diff --git
a/package/librpc/Makefile
b/package/librpc/Makefile
index
96a7b7c
..
5a46921
100644
(file)
--- a/
package/librpc/Makefile
+++ b/
package/librpc/Makefile
@@
-7,9
+7,18
@@
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/uclibc-rpc.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/uclibc-rpc.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=
49f63f433ddd1fb7ad1e450094b82aacaa3b0a7d
+PKG_SOURCE_VERSION:=
0a2179bbc0844928f2a0ec01dba93d9b5d6d41a7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-ifdef CONFIG_USE_UCLIBC
+
+ifndef CONFIG_NATIVE_TOOLCHAIN
+ ifndef CONFIG_EXTERNAL_TOOLCHAIN
+ ifdef CONFIG_USE_UCLIBC
+ BUILD_LIBRPC=1
+ endif
+ endif
+endif
+
+ifdef BUILD_LIBRPC
CMAKE_INSTALL:=1
endif
CMAKE_INSTALL:=1
endif
@@
-23,11
+32,27
@@
define Package/librpc
MDEPENDS:=@USE_UCLIBC
endef
MDEPENDS:=@USE_UCLIBC
endef
-ifdef
CONFIG_USE_UCLIB
C
+ifdef
BUILD_LIBRP
C
define Package/librpc/install
$(INSTALL_DIR) $(1)/lib/
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/librpc.so $(1)/lib/
endef
define Package/librpc/install
$(INSTALL_DIR) $(1)/lib/
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/librpc.so $(1)/lib/
endef
+else
+ define Build/Prepare
+ endef
+
+ define Build/Configure
+ endef
+
+ define Build/Compile
+ endef
+
+ define Build/Install
+ endef
+
+ define Package/librpc/install
+ true
+ endef
endif
$(eval $(call BuildPackage,librpc))
endif
$(eval $(call BuildPackage,librpc))
This page took
0.021572 seconds
and
4
git commands to generate.