[package] add missing libpthread dependency to scmpc (#6290)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18689 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2ec0a5e1b0
commit
065408e11e
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=scmpc
|
PKG_NAME:=scmpc
|
||||||
PKG_VERSION:=0.2.2
|
PKG_VERSION:=0.2.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://download.berlios.de/scmpc
|
PKG_SOURCE_URL:=http://download.berlios.de/scmpc
|
||||||
@ -21,7 +21,7 @@ define Package/scmpc
|
|||||||
SECTION:=sound
|
SECTION:=sound
|
||||||
CATEGORY:=Sound
|
CATEGORY:=Sound
|
||||||
TITLE:=A MPD client which submits your tracks to Last.Fm
|
TITLE:=A MPD client which submits your tracks to Last.Fm
|
||||||
DEPENDS:=+libcurl +libdaemon +argtable +confuse
|
DEPENDS:=+libcurl +libdaemon +argtable +confuse +libpthread
|
||||||
URL:=http://scmpc.berlios.de/
|
URL:=http://scmpc.berlios.de/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--without-libiconv-prefix \
|
--without-libiconv-prefix \
|
||||||
--without-libintl-prefix \
|
--without-libintl-prefix \
|
||||||
|
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
$(1) \
|
$(1) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user