|
@ -6,17 +6,18 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=libpciaccess |
|
|
PKG_NAME:=libpciaccess |
|
|
PKG_VERSION:=0.14 |
|
|
|
|
|
|
|
|
PKG_VERSION:=0.16 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_SOURCE_URL:=https://www.x.org/releases/individual/lib/ |
|
|
PKG_SOURCE_URL:=https://www.x.org/releases/individual/lib/ |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
PKG_HASH:=3df543e12afd41fea8eac817e48cbfde5aed8817b81670a4e9e493bb2f5bf2a4 |
|
|
|
|
|
|
|
|
|
|
|
PKG_BUILD_PARALLEL:=1 |
|
|
|
|
|
PKG_INSTALL:=1 |
|
|
|
|
|
|
|
|
PKG_HASH:=214c9d0d884fdd7375ec8da8dcb91a8d3169f263294c9a90c575bf1938b9f489 |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:= Lucian Cristian <lucian.cristian@gmail.com> |
|
|
PKG_MAINTAINER:= Lucian Cristian <lucian.cristian@gmail.com> |
|
|
|
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|
|
|
|
|
|
|
|
|
PKG_INSTALL:=1 |
|
|
|
|
|
PKG_BUILD_PARALLEL:=1 |
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
|
|
|
|
|
@ -27,10 +28,10 @@ define Package/libpciaccess |
|
|
URL:=https://xorg.freedesktop.org/ |
|
|
URL:=https://xorg.freedesktop.org/ |
|
|
endef |
|
|
endef |
|
|
|
|
|
|
|
|
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed |
|
|
|
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
CONFIGURE_ARGS += \
|
|
|
--prefix=/usr |
|
|
|
|
|
|
|
|
--prefix=/usr |
|
|
|
|
|
|
|
|
|
|
|
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed |
|
|
|
|
|
|
|
|
define Build/InstallDev |
|
|
define Build/InstallDev |
|
|
$(INSTALL_DIR) \
|
|
|
$(INSTALL_DIR) \
|
|
|