mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
Create armv7h-nopic.patch
This commit is contained in:
parent
140771aa04
commit
e0d7f56023
1 changed files with 11 additions and 0 deletions
11
core/libtool/armv7h-nopic.patch
Normal file
11
core/libtool/armv7h-nopic.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- libtool-2.4.2/tests/demo-nopic.test.orig 2013-10-10 10:55:49.686651787 -0500
|
||||
+++ libtool-2.4.2/tests/demo-nopic.test 2013-10-10 05:45:45.027421384 -0500
|
||||
@@ -26,7 +26,7 @@
|
||||
. tests/defs || exit 1
|
||||
|
||||
case "$host" in
|
||||
-hppa*|x86_64*|s390*)
|
||||
+hppa*|x86_64*|s390*|arm*)
|
||||
func_skip "$host doesn't like non-PIC shared libs"
|
||||
;;
|
||||
*-solaris*|*-sunos*)
|
Loading…
Reference in a new issue