diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-27 10:45:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2012-07-27 10:45:02 +0200 |
commit | 42dd254f5937274f164a5a7c5fb3c1f80e38e7af (patch) | |
tree | 9d2f1aa0333e04af8493d6a5f533b6e243bf5d2b /package/oprofile | |
parent | 7f0a66667a815bb8e28b4c8b93666b92a667b485 (diff) |
full build on Darwin fixes
Diffstat (limited to 'package/oprofile')
-rw-r--r-- | package/oprofile/Makefile | 4 | ||||
-rw-r--r-- | package/oprofile/patches/patch-ltmain_sh | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/package/oprofile/Makefile b/package/oprofile/Makefile index c5dbef626..78408fd7c 100644 --- a/package/oprofile/Makefile +++ b/package/oprofile/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= oprofile -PKG_VERSION:= 0.9.6 +PKG_VERSION:= 0.9.7 PKG_RELEASE:= 1 -PKG_MD5SUM:= 4e407093ac06200185d5a5e6437d7242 +PKG_MD5SUM:= 8b5d1d9b65f84420bcc3234777ad3be3 PKG_DESCR:= system-wide profiles PKG_SECTION:= debug PKG_DEPENDS:= libpopt kmod-oprofile libbfd libstdcxx diff --git a/package/oprofile/patches/patch-ltmain_sh b/package/oprofile/patches/patch-ltmain_sh deleted file mode 100644 index 734d4fee0..000000000 --- a/package/oprofile/patches/patch-ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- oprofile-0.9.6.orig/ltmain.sh 2008-10-01 16:41:58.000000000 +0200 -+++ oprofile-0.9.6/ltmain.sh 2011-01-16 14:01:51.000000000 +0100 -@@ -1676,7 +1676,7 @@ EOF - # -F/path gives path to uninstalled frameworks, gcc on darwin - # @file GCC response files - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto) - - # Unknown arguments in both finalize_command and compile_command need - # to be aesthetically quoted because they are evaled later. |