Upgrade liboil to 0.3.15, fixes compilation on powerc
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12222 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2eccdcccc9
commit
1d7a6f9012
@ -9,12 +9,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=liboil
|
||||
PKG_VERSION:=0.3.12
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=0.3.15
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://liboil.freedesktop.org/download/
|
||||
PKG_MD5SUM:=96ee4c627ffb0db3999cef3c7454b1d9
|
||||
PKG_MD5SUM:=11dd39b1ca13ce2e0618d4df8303f137
|
||||
|
||||
PKG_BUILD_DEPENDS:=libnotimpl
|
||||
PKG_FIXUP = libtool
|
||||
|
@ -1,5 +1,6 @@
|
||||
--- liboil-0.3.12/liboil.pc.in.orig 2006-10-11 07:12:30.000000000 +0200
|
||||
+++ liboil-0.3.12/liboil.pc.in 2008-04-04 10:22:24.000000000 +0200
|
||||
diff -urN liboil-0.3.15.new/liboil.pc.in liboil-0.3.15/liboil.pc.in
|
||||
--- liboil-0.3.15.new/liboil.pc.in 2007-11-16 03:53:47.000000000 +0100
|
||||
+++ liboil-0.3.15/liboil.pc.in 2008-08-06 22:29:19.000000000 +0200
|
||||
@@ -1,7 +1,7 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
@ -12,7 +13,7 @@
|
||||
@@ -9,6 +9,6 @@
|
||||
Description: Library of Optimized Inner Loops
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -loil-@LIBOIL_MAJORMINOR@ -lm
|
||||
Libs: -L${libdir} -loil-@LIBOIL_MAJORMINOR@ @LIBM@ @LIBRT@
|
||||
-Cflags: -I${includedir}
|
||||
+Cflags: -I${includedir}/liboil-@LIBOIL_MAJORMINOR@
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user