summaryrefslogtreecommitdiff
path: root/package/libid3tag
diff options
context:
space:
mode:
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
+ ;;