summaryrefslogtreecommitdiff
path: root/package/libid3tag
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-22 22:37:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-22 22:37:50 +0100
commit9436a026e2e23d207fbdcb9e8bc9b076e3573700 (patch)
treeadb1937bc90be8869a5f7c9636da84773414eb3b /package/libid3tag
parent52b1b0100c53b1f8699955df618fcb47744e0a7e (diff)
activate GCC cflags check, cleanup FLAGS stuff in OpenADK.
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage
Diffstat (limited to 'package/libid3tag')
-rw-r--r--package/libid3tag/Makefile2
-rw-r--r--package/libid3tag/patches/patch-configure14
2 files changed, 15 insertions, 1 deletions
diff --git a/package/libid3tag/Makefile b/package/libid3tag/Makefile
index 1b1d376ea..972daf556 100644
--- a/package/libid3tag/Makefile
+++ b/package/libid3tag/Makefile
@@ -26,6 +26,6 @@ pre-install:
post-install:
${INSTALL_DIR} ${IDIR_LIBID3TAG}/usr/lib
- ${CP} ${WRKINST}/usr/lib/libid3tag.so.* ${IDIR_LIBID3TAG}/usr/lib/
+ ${CP} ${WRKINST}/usr/lib/libid3tag.so* ${IDIR_LIBID3TAG}/usr/lib/
include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/libid3tag/patches/patch-configure b/package/libid3tag/patches/patch-configure
new file mode 100644
index 000000000..d243b3634
--- /dev/null
+++ b/package/libid3tag/patches/patch-configure
@@ -0,0 +1,14 @@
+--- libid3tag-0.15.1b.orig/configure 2004-02-05 10:35:25.000000000 +0100
++++ libid3tag-0.15.1b/configure 2011-01-21 14:17:04.434906188 +0100
+@@ -19038,10 +19038,7 @@ do
+ arch="$arch $1"
+ shift
+ ;;
+- -fomit-frame-pointer)
+- shift
+- ;;
+- -O*|-f*)
++ -O*)
+ optimize="$1"
+ shift
+ ;;