Skip to content

Commit

Permalink
arm-mem: update to arm-mem-4418bb4
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Raue <stephan@openelec.tv>
  • Loading branch information
sraue committed May 28, 2015
1 parent 5b77678 commit 97f8a42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/devel/arm-mem/package.mk
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="arm-mem"
PKG_VERSION="2e6f275"
PKG_VERSION="4418bb4"
PKG_REV="1"
PKG_ARCH="arm"
PKG_LICENSE="GPL"
Expand All @@ -35,6 +35,10 @@ PKG_AUTORECONF="no"

PKG_MAKE_OPTS_TARGET="libarmmem.so"

pre_make_target() {
export CROSS_COMPILE=$TARGET_PREFIX
}

make_init() {
: # reuse make_target()
}
Expand Down

0 comments on commit 97f8a42

Please sign in to comment.