diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-24 02:30:49 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-24 02:30:49 +0000 |
commit | 02739c116f557dd7816b1ab6d5359f0f3263c25f (patch) | |
tree | c5b161ebc4829be52c260f9fab75731d6d2f0493 /toolchain | |
parent | fe601b3efdb04c760824840c4c3d3b1faad24efc (diff) | |
download | upstream-02739c116f557dd7816b1ab6d5359f0f3263c25f.tar.gz upstream-02739c116f557dd7816b1ab6d5359f0f3263c25f.tar.bz2 upstream-02739c116f557dd7816b1ab6d5359f0f3263c25f.zip |
append the correct extraversion to the toolchain's info.mk for uclibc-nptl
SVN-Revision: 15008
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/uClibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 5706f20579..c28fd52e34 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -17,7 +17,7 @@ ifeq ($(CONFIG_UCLIBC_VERSION_NPTL),y) PKG_SOURCE_VERSION:=25804 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)+nptl PKG_SOURCE:=$(PKG_NAME)-nptl-r$(PKG_SOURCE_VERSION).tar.gz - PKG_EXTRAVERSION:= + PKG_EXTRAVERSION:=-svn else ifeq ($(PKG_VERSION_SNAPSHOT),y) PKG_SOURCE_URL:=http://www.uclibc.org/downloads/snapshots |