2755fcf4b6
Update to gmic-1.6.8 OBS-URL: https://build.opensuse.org/request/show/350199 OBS-URL: https://build.opensuse.org/package/show/graphics/gmic?expand=0&rev=6
14 lines
354 B
Diff
14 lines
354 B
Diff
diff -ru gmic-1.6.8.orig.zart/src/Makefile gmic-1.6.8.orig.zart2/src/Makefile
|
|
--- gmic-1.6.8.orig.zart/src/Makefile 2015-12-21 12:53:02.221328809 +0100
|
|
+++ gmic-1.6.8.orig.zart2/src/Makefile 2015-12-21 12:55:39.754415197 +0100
|
|
@@ -81,7 +81,8 @@
|
|
ifdef NOSTRIP
|
|
STRIP=echo skip strip
|
|
else
|
|
-STRIP=strip
|
|
+#STRIP=strip
|
|
+STRIP=strip -S
|
|
endif
|
|
QMAKE=qmake
|
|
|