projects
/
openwrt
/
staging
/
lynxis
/
omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58cf9a2
)
libs/libnl-tiny: drop Build/Prepare rule in favor of default one
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Thu, 6 Oct 2016 06:14:34 +0000
(09:14 +0300)
committer
John Crispin
<john@phrozen.org>
Sat, 15 Oct 2016 09:36:51 +0000
(11:36 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
package/libs/libnl-tiny/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/libnl-tiny/Makefile
b/package/libs/libnl-tiny/Makefile
index df5a7fd72e45dbaf174634e10f503b9fd5ae50f4..cabbb084218f147e2951ba498f3c11b46936ff43 100644
(file)
--- a/
package/libs/libnl-tiny/Makefile
+++ b/
package/libs/libnl-tiny/Makefile
@@
-26,11
+26,6
@@
define Package/libnl-tiny/description
This package contains a stripped down version of libnl
endef
-define Build/Prepare
- mkdir -p $(PKG_BUILD_DIR)
- $(CP) ./src/* $(PKG_BUILD_DIR)/
-endef
-
TARGET_CFLAGS += $(FPIC)
define Build/Compile