[package] libdirectfb: When volotile keyword is not used, compiler generates code that uses old value of implementations and not the new one set by dlopen()
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35386 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
13
libs/libdirectfb/patches/001-disable-asm.patch
Normal file
13
libs/libdirectfb/patches/001-disable-asm.patch
Normal file
@ -0,0 +1,13 @@
|
||||
--- DirectFB-1.4.2/configure.in.orig 2009-10-14 17:19:38.000000000 +0200
|
||||
+++ DirectFB-1.4.2/configure.in 2009-10-14 17:19:55.000000000 +0200
|
||||
@@ -221,8 +221,8 @@
|
||||
have_kos=no
|
||||
need_libc_r=no
|
||||
need_libdl=yes
|
||||
+want_ppcasm=no
|
||||
+want_armasm=no
|
||||
-want_ppcasm=yes
|
||||
-want_armasm=yes
|
||||
|
||||
case "$target_or_host" in
|
||||
*-linux*)
|
Reference in New Issue
Block a user