]> git.pld-linux.org Git - packages/gai.git/blame - gai-opt.patch
- allow passing optflags, use -fPIC for shared lib objects
[packages/gai.git] / gai-opt.patch
CommitLineData
5eeb22d9
JB
1--- gai-0.5.0pre6/gai/Makefile.in.orig 2003-11-10 20:18:41.000000000 +0100
2+++ gai-0.5.0pre6/gai/Makefile.in 2003-12-06 23:11:08.440814408 +0100
3@@ -2,7 +2,7 @@
4 # Makefile for the General Applet Interface
5
6 # @GNOME_24@ - More broken than ever.
7-CFLAGS = -Wall -O3 -D@HOST@ @GL@ @GTK@ @GNOME@ @GTK_CFLAGS@ @GNOME_CFLAGS@ @GL_CFLAGS@ -DVERSION="\"@GAI_VERSION@\""
8+CFLAGS = -Wall $(OPT) -fPIC -D@HOST@ @GL@ @GTK@ @GNOME@ @GTK_CFLAGS@ @GNOME_CFLAGS@ @GL_CFLAGS@ -DVERSION="\"@GAI_VERSION@\""
9 LDFLAGS = -fPIC -shared -Wl,-soname=libgai.so.@GAI_MAJOR@ @GTK_LIBS@ @GNOME_LIBS@ @GL_LIBS@
10 CC = @CC@
11 OBJS = gai.o gai-debug.o gai-draw.o gai-info.o gai-gnome.o gai-dockapp.o gai-settings.o gai-pref.o @GNOME_CONFIG@
This page took 0.13403 seconds and 4 git commands to generate.