X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;ds=sidebyside;f=package%2Flibnl%2FMakefile;h=eb9831a21e1430bcf412dfe7e1368912ee804b92;hb=a21cc0882d2e77f0d383ea85e0ee55d3a92637eb;hp=6802ed16f8a6eb454fa3731c02c40f835b4a720f;hpb=796a9d1091884a07817e5c140d0ff6a0b8c76235;p=openwrt.git diff --git a/package/libnl/Makefile b/package/libnl/Makefile index 6802ed16f8..eb9831a21e 100644 --- a/package/libnl/Makefile +++ b/package/libnl/Makefile @@ -37,18 +37,16 @@ define Build/Compile install endef -ifneq ($(CONFIG_LINUX_2_6),) - define Build/InstallDev +define Build/InstallDev $(INSTALL_DIR) $(1) $(CP) $(PKG_INSTALL_DIR)/* $(1)/ mkdir -p $(1)/usr/include/libnl $(CP) $(PKG_BUILD_DIR)/include/linux $(1)/usr/include/libnl/ - endef +endef - define Package/libnl/install +define Package/libnl/install $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libnl.so.* $(1)/usr/lib/ - endef -endif +endef $(eval $(call BuildPackage,libnl))