]> sourceware.org Git - dm.git/commitdiff
fPIC fix; see http://buildd.debian.org/fetch.php?&pkg=devmapper&ver=0.95.07-1&arch...
authorAndres Salomon <dilinger@voxel.net>
Sun, 28 Apr 2002 19:46:40 +0000 (19:46 +0000)
committerAndres Salomon <dilinger@voxel.net>
Sun, 28 Apr 2002 19:46:40 +0000 (19:46 +0000)
make.tmpl.in

index 6e07f0bbdf3a5df9c530a166c122b09bc7cceb16..7e50a15dd921064168bf6f5d64c62e5f6a3d038c 100644 (file)
@@ -54,7 +54,7 @@ endif
 SUFFIXES=
 SUFFIXES=.c .d .o .so
 
-CFLAGS+=-Wall 
+CFLAGS+=-Wall -fPIC
 #CFLAGS+=-O2
 CFLAGS+=-g -fno-omit-frame-pointer
 
This page took 0.025418 seconds and 5 git commands to generate.