changeset: 190:d9f551056ece
tag: tip
user: Enno Boland (tox) <tox_AT_s01.de>
date: Mon Mar 29 17:49:34 2010 +0200
files: config.mk
description:
whoops... linking Oo
diff -r 003eb6a26962 -r d9f551056ece config.mk
--- a/config.mk Fri Mar 26 21:44:48 2010 +0100
+++ b/config.mk Mon Mar 29 17:49:34 2010 +0200
@@ -7,8 +7,8 @@
PREFIX = /usr/local
MANPREFIX = ${PREFIX}/share/man
-GTKINC=$(shell pkg-config --static --cflags gtk+-2.0 webkit-1.0)
-GTKLIB=$(shell pkg-config --static --libs gtk+-2.0 webkit-1.0)
+GTKINC=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0)
+GTKLIB=$(shell pkg-config --libs gtk+-2.0 webkit-1.0)
# includes and libs
@@ -18,7 +18,7 @@
# flags
CPPFLAGS = -DVERSION=\"${VERSION}\"
CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -g ${LIBS} -static
+LDFLAGS = -g ${LIBS}
# Solaris
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
Received on Mon Mar 29 2010 - 15:49:33 UTC
This archive was generated by hypermail 2.2.0 : Mon Mar 29 2010 - 16:00:12 UTC