Plug-ins need additional flags to have a chance to work

This commit is contained in:
Pierre Pronchery 2008-05-04 01:56:40 +00:00
parent 5f4a5bf433
commit 03057f15c9
2 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,10 @@ TARGETS = amd64.a amd64.so graph.a graph.so sparc64.a sparc64.so
PREFIX = /usr/local
DESTDIR =
LIBDIR = $(PREFIX)/lib
CC = cc
CPPFLAGS=
CFLAGSF = -W
CFLAGS = -Wall -g -O2 -fPIC
AR = ar -rc
RANLIB = ranlib
LD = ld -shared

View File

@ -1,4 +1,6 @@
targets=amd64,graph,sparc64
cflags_force=-W
cflags=-Wall -g -O2 -fPIC
[amd64]
type=library