Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 35c605b3eba765da675ce8fafafe93e4 > files > 1

dpic-2011.10.25-8.mga6.src.rpm

diff -up ./Makefile.dbg ./Makefile
--- ./Makefile.dbg	2015-09-17 06:33:40.133203610 -0400
+++ ./Makefile	2015-09-17 06:35:52.905788924 -0400
@@ -44,7 +44,7 @@ DEST = ${DESTDIR}/${PREFIX}/bin
 # CC=xlc
 
 # other.  cc usually works too.
-CFLAGS += $(DEFINEA) $(DEFINEB) $(SAFEMODE) -O
+CFLAGS += $(DEFINEA) $(DEFINEB) $(SAFEMODE) -O $(RPM_OPT_FLAGS)
 CC=gcc
 # CC?=gcc
 
@@ -64,7 +64,7 @@ install: dpic
 	if test -x dpic.exe ; then \
       strip dpic.exe; install dpic.exe $(DEST) ; \
     else \
-      strip dpic; install -m 755 dpic $(DEST) ; \
+      install -m 755 dpic $(DEST) ; \
     fi
 
 clean: