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:
florian
2012-12-28 09:42:41 +00:00
parent 61a3f0b49f
commit 583b452905
6 changed files with 8 additions and 11 deletions

View File

@ -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 \