add synaptics
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@496 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- Makefile.orig 2006-06-04 09:50:43.000000000 +0100
|
||||
+++ Makefile 2006-06-04 09:50:53.000000000 +0100
|
||||
@@ -81,7 +81,7 @@
|
||||
CCOPTIONS := -pedantic -Wall -Wpointer-arith
|
||||
CCOPTIONS += $(call check_gcc,-fno-merge-constants,)
|
||||
CDEBUGFLAGS = -O2
|
||||
-CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)"
|
||||
+CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -fPIC
|
||||
CFLAGSCLIENT = $(CDEBUGFLAGS) $(CCOPTIONS) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -I$(X_INCLUDES_ROOT)/include
|
||||
|
||||
CC = gcc
|
||||
Reference in New Issue
Block a user