Magellan Linux

Annotation of /trunk/synaptics/patches/synaptics-0.14.4-fpic.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 681 byte(s)
-import

1 niro 153 --- Makefile.orig 2005-12-15 16:07:36.000000000 -0500
2     +++ Makefile 2005-12-15 16:08:45.000000000 -0500
3     @@ -62,9 +62,9 @@
4    
5     CCOPTIONS := -pedantic -Wall -Wpointer-arith
6     CCOPTIONS += $(call check_gcc,-fno-merge-constants,)
7     -CCOPTIONS += $(call check_gcc,-fno-pic,)
8     +CCOPTIONS += $(call check_gcc,)
9     CDEBUGFLAGS = -O2
10     -CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)"
11     +CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -fPIC
12     CFLAGSCLIENT = $(CDEBUGFLAGS) $(CCOPTIONS) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -I$(X_INCLUDES_ROOT)/include
13    
14     CC = gcc