]> git.pld-linux.org Git - packages/rdesktop.git/blame - rdesktop-opt.patch
- use %%{__cc}
[packages/rdesktop.git] / rdesktop-opt.patch
CommitLineData
0925adb5
AM
1diff -urN rdesktop-1.0.0.org/Makefile rdesktop-1.0.0/Makefile
2--- rdesktop-1.0.0.org/Makefile Tue May 8 21:40:35 2001
3+++ rdesktop-1.0.0/Makefile Tue May 8 21:41:46 2001
4@@ -20,9 +20,9 @@
5
6 CC = gcc
7 COFLAGS = -funroll-loops -fexpensive-optimizations -ffast-math -fomit-frame-pointer -frerun-cse-after-loop
8-CFLAGS = -O2 $(COFLAGS) -Wall $(DEBUG) $(XINERAMA_CFLAGS) -I$(X11DIR)/include
9-LDFLAGS = -L$(X11DIR)/lib -lX11 $(XINERAMA_LIBS) -lgmp
10-INSTALL= install -m 755 -s
11+CFLAGS = $(CFLAGSOPT) $(COFLAGS) -Wall $(DEBUG) $(XINERAMA_CFLAGS) -I$(X11DIR)/include
12+LDFLAGS = -L$(X11DIR)/lib -lX11 $(XINERAMA_LIBS) -lgmp $(LDFLAGSOPT)
13+INSTALL= install -m 755
14 INSTALLMAN= install -m 644
15
16 OS = $(shell uname -s)
This page took 0.065364 seconds and 4 git commands to generate.