From: nbd Date: Fri, 2 Oct 2015 16:24:15 +0000 (+0000) Subject: libnl: Install include files into libnl3 X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=83c5a411d8e3e1316fb379a4e9430ad4f6ba70d1 libnl: Install include files into libnl3 Install header files into same location as pkgconfig/libnl-3.0.pc says: Cflags: -I${includedir}/libnl3 Signed-off-by: Bruno Randolf git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47102 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/libs/libnl/Makefile b/package/libs/libnl/Makefile index 857bbe272c..241e9a76ed 100644 --- a/package/libs/libnl/Makefile +++ b/package/libs/libnl/Makefile @@ -85,8 +85,8 @@ define Build/Compile endef define Build/InstallDev - $(INSTALL_DIR) $(1)/usr/include/libnl $(1)/usr/lib/pkgconfig - $(CP) $(PKG_INSTALL_DIR)/usr/include/libnl3/* $(1)/usr/include/libnl/ + $(INSTALL_DIR) $(1)/usr/include/libnl3 $(1)/usr/lib/pkgconfig + $(CP) $(PKG_INSTALL_DIR)/usr/include/libnl3/* $(1)/usr/include/libnl3/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/*.pc $(1)/usr/lib/pkgconfig