diff options
Diffstat (limited to 'app-arch/tapeutils/files/tapeutils-0.4-fix-build-system.patch')
-rw-r--r-- | app-arch/tapeutils/files/tapeutils-0.4-fix-build-system.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-arch/tapeutils/files/tapeutils-0.4-fix-build-system.patch b/app-arch/tapeutils/files/tapeutils-0.4-fix-build-system.patch new file mode 100644 index 000000000000..e1670a47fe2b --- /dev/null +++ b/app-arch/tapeutils/files/tapeutils-0.4-fix-build-system.patch @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -20,8 +20,6 @@ + # options + # ----------------------------------------------------------------------------- + +-CFLAGS = -O2 +-LDFLAGS = + + # CFLAGS = -g + # LDFLAGS = -g |