packages: depend on libelf1 instead of libelf
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@34905 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -17,7 +17,7 @@ PKG_MD5SUM:=00df80a84ec9528fcfb09498075525bc
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
PKG_BUILD_DEPENDS:=libelf
|
||||
PKG_BUILD_DEPENDS:=libelf1
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_LIBTOOL_PATHS:=. sntp
|
||||
|
||||
@ -117,9 +117,6 @@ define Package/ntpd/conffiles
|
||||
/etc/ntp.conf
|
||||
endef
|
||||
|
||||
TARGET_CPPFLAGS += \
|
||||
-I$(STAGING_DIR)/usr/include/libelf
|
||||
|
||||
CONFIGURE_VARS += \
|
||||
ac_cv_header_md5_h=no \
|
||||
ac_cv_lib_rt_sched_setscheduler=no \
|
||||
|
Reference in New Issue
Block a user