Author: nbd
Date: 2015-10-02 18:24:15 +0200 (Fri, 02 Oct 2015)
New Revision: 47102

Modified:
   trunk/package/libs/libnl/Makefile
Log:
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 <[email protected]>

Modified: trunk/package/libs/libnl/Makefile
===================================================================
--- trunk/package/libs/libnl/Makefile   2015-10-02 10:53:10 UTC (rev 47101)
+++ trunk/package/libs/libnl/Makefile   2015-10-02 16:24:15 UTC (rev 47102)
@@ -85,8 +85,8 @@
 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
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to