blob: 663cf04b77dbf1522a88f4f82956a0e371f2e8f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- deps/Makefile 2014-06-25 15:57:04.618463213 +0800
+++ deps/Makefile.new 2014-06-25 16:06:36.342318418 +0800
@@ -42,14 +42,7 @@
endif
endif
-ifeq ($(OS), Linux)
-ifneq ($(shell patchelf --version 2>/dev/null), patchelf 0.6)
-STAGE1_DEPS += patchelf
-PATCHELF=$(BUILD)/bin/patchelf
-else
PATCHELF=patchelf
-endif
-endif
## USE_SYSTEM_LIBS options
|