]> git.pld-linux.org Git - packages/gai.git/commitdiff
- allow passing optflags, use -fPIC for shared lib objects
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Dec 2003 23:14:48 +0000 (23:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gai-opt.patch -> 1.1

gai-opt.patch [new file with mode: 0644]

diff --git a/gai-opt.patch b/gai-opt.patch
new file mode 100644 (file)
index 0000000..8bee49d
--- /dev/null
@@ -0,0 +1,11 @@
+--- gai-0.5.0pre6/gai/Makefile.in.orig 2003-11-10 20:18:41.000000000 +0100
++++ gai-0.5.0pre6/gai/Makefile.in      2003-12-06 23:11:08.440814408 +0100
+@@ -2,7 +2,7 @@
+ # Makefile for the General Applet Interface
+ # @GNOME_24@ - More broken than ever.
+-CFLAGS = -Wall -O3 -D@HOST@ @GL@ @GTK@ @GNOME@ @GTK_CFLAGS@ @GNOME_CFLAGS@ @GL_CFLAGS@ -DVERSION="\"@GAI_VERSION@\""
++CFLAGS = -Wall $(OPT) -fPIC -D@HOST@ @GL@ @GTK@ @GNOME@ @GTK_CFLAGS@ @GNOME_CFLAGS@ @GL_CFLAGS@ -DVERSION="\"@GAI_VERSION@\""
+ LDFLAGS = -fPIC -shared -Wl,-soname=libgai.so.@GAI_MAJOR@ @GTK_LIBS@ @GNOME_LIBS@ @GL_LIBS@
+ CC = @CC@
+ 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.101656 seconds and 4 git commands to generate.