added makefile patch

This commit is contained in:
Manuel Friedli 2013-02-07 01:23:16 +00:00
parent e30f97cbf7
commit bab16cccfd
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
--- makemkv-oss-1.7.10/makefile.linux.orig
+++ makemkv-oss-1.7.10/makefile.linux
@@ -8,7 +8,7 @@
MOC=moc
endif
-CXXOPTS=-Os -D_GNU_SOURCE -D_linux_
+CXXOPTS=-D_GNU_SOURCE -D_linux_
BUILDINFO_ARCH_NAME=$(shell $(GCC) -dumpmachine)
BUILDINFO_BUILD_DATE=$(shell date)
@@ -38,7 +38,7 @@
install -D -m 644 makemkvgui/src/img/128/mkv_icon.png $(DESTDIR)$(PREFIX)/share/icons/hicolor/128x128/apps/makemkv.png
out/%: out/%.full
- objcopy --strip-all --strip-debug --strip-unneeded --discard-all $< $@
+ objcopy --discard-all $< $@
out/libdriveio.so.0.full:
mkdir -p out