diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-05 21:23:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-05 21:23:33 +0100 |
commit | 4bef9a612a73c5b18bad38c1ef4ae4924c719ecc (patch) | |
tree | 7d0f6f086d79433e12e03027e9195a178281efc3 /package/oprofile/Makefile | |
parent | 9f2ed577bca569a49e999b1ad65586c6979178a7 (diff) |
fix uclibc compile, patch from upstream
Diffstat (limited to 'package/oprofile/Makefile')
-rw-r--r-- | package/oprofile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/oprofile/Makefile b/package/oprofile/Makefile index e2f5edca9..d21f0a635 100644 --- a/package/oprofile/Makefile +++ b/package/oprofile/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= oprofile PKG_VERSION:= 0.9.9 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 00aec1287da2dfffda17a9b1c0a01868 PKG_DESCR:= system-wide profiles PKG_SECTION:= debug |