[package] libevent: move headers and libs to a specific sub-folder
And update nfs-kernel-server to use these new headers location git-svn-id: svn://svn.openwrt.org/openwrt/packages@32918 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -52,10 +52,10 @@ MAKE_FLAGS += \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.{a,so} $(1)/usr/lib/
|
||||
$(INSTALL_DIR) $(1)/usr/include/libevent
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/libevent/
|
||||
$(INSTALL_DIR) $(1)/usr/lib/libevent
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/*.{a,so} $(1)/usr/lib/libevent/
|
||||
endef
|
||||
|
||||
define Package/libevent/install
|
||||
|
Reference in New Issue
Block a user