diff options
author | Steven Barth <steven@midlink.org> | 2014-08-26 11:05:29 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-08-26 11:05:29 +0200 |
commit | b5241357789b20e4c951dae4dce628a4a7defa68 (patch) | |
tree | 63ef90f0d4ab63772702b79428ab5712fbb05dde /libs | |
parent | f69fcda33839edca50380c181031bc9217696b6f (diff) |
libsoxr: don't use moving target HEAD as source version
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/libsoxr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libsoxr/Makefile b/libs/libsoxr/Makefile index 03ad713da..21122fe66 100644 --- a/libs/libsoxr/Makefile +++ b/libs/libsoxr/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://git.code.sf.net/p/soxr/code -PKG_SOURCE_VERSION:=HEAD +PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_LICENSE:=LGPL-2.0 |