Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2005-04-19 18:41:50 +0400
committerNikos Kouremenos <kourem@gmail.com>2005-04-19 18:41:50 +0400
commit2105a5fab8229551dbd680c78140ee28da2c7dcf (patch)
tree0ad5c325a9c459130a2336b4db16f7be0ea3222f
parent08f7c21fe8fa1120aceb9159f2789795898f5f0c (diff)
adding -fpic in makefile
-rw-r--r--debian/control4
-rw-r--r--src/Makefile2
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index f62f80743..c5f84ec4a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,4 @@ Section: net
Priority: optional
Depends: python (>= 2.3), python-glade2 (>= 2.4.0), python-gtk2 (>= 2.4.0)
Suggests: python-gnupginterface
-Description: jabber client in python
- Gajim is a Jabber client, like Psi, based on a plugin system.
- logger and gtkgui plugins are included.
+Description: Gajim is a GTK jabber client written in python.
diff --git a/src/Makefile b/src/Makefile
index e550f8cdb..41b302894 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,6 @@
# Set the C flags to include the GTK+ and Python libraries
PYTHONVER = `python -V 2>&1 | awk '{print $$2}' | cut -f1,2 -d.`
-CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0` -I/usr/include/python$(PYTHONVER) -I.
+CFLAGS = `pkg-config --cflags gtk+-2.0 pygtk-2.0 -fpic` -I/usr/include/python$(PYTHONVER) -I.
LDFLAGS = `pkg-config --libs gtk+-2.0 pygtk-2.0`
# Build the shared object