summaryrefslogtreecommitdiff
path: root/qt
authortille <tille>2002-12-14 12:21:18 (UTC)
committer tille <tille>2002-12-14 12:21:18 (UTC)
commit354b07f236773c0dbb642972a7dffb598ea1af2f (patch) (unidiff)
treeba10b7fec0033602c5d5d115073ba7ccd81b4b02 /qt
parent8c278639358a308207f8bf70e1b13407403749a8 (diff)
downloadopie-354b07f236773c0dbb642972a7dffb598ea1af2f.zip
opie-354b07f236773c0dbb642972a7dffb598ea1af2f.tar.gz
opie-354b07f236773c0dbb642972a7dffb598ea1af2f.tar.bz2
hmm, was this supposed to work without patch?
Diffstat (limited to 'qt') (more/less context) (ignore whitespace changes)
-rw-r--r--qt/qte234-for-opie091-config-linux-x86-g++-shared.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/qt/qte234-for-opie091-config-linux-x86-g++-shared.patch b/qt/qte234-for-opie091-config-linux-x86-g++-shared.patch
new file mode 100644
index 0000000..b39dabc
--- a/dev/null
+++ b/qt/qte234-for-opie091-config-linux-x86-g++-shared.patch
@@ -0,0 +1,29 @@
1 --- configs/linux-x86-g++-shared.orig2002-12-14 12:20:03.000000000 +0100
2 +++ configs/linux-x86-g++-shared2002-12-14 13:12:11.000000000 +0100
3@@ -1,7 +1,7 @@
4 # Compiling
5 INTERFACE_DECL_PATH = .
6 SYSCONF_CXX = g++
7 -SYSCONF_CC = gcc
8 +SYSCONF_CC = g++
9 DASHCROSS =
10
11 # Compiling with support libraries
12@@ -36,7 +36,7 @@
13 SYSCONF_LIBS_YACC=
14
15 # Linking applications
16 -SYSCONF_LINK = gcc
17 +SYSCONF_LINK = g++
18 SYSCONF_LFLAGS =
19 SYSCONF_LIBS = -lm
20
21@@ -60,7 +60,7 @@
22 # - Place target in $(DESTDIR) - which has a trailing /
23 # - Usually needs to incorporate $(VER_MAJ), $(VER_MIN) and $(VER_PATCH)
24 #
25 -SYSCONF_LINK_SHLIB= gcc
26 +SYSCONF_LINK_SHLIB= g++
27 SYSCONF_LINK_TARGET_SHARED= lib$(TARGET).so.$(VER_MAJ).$(VER_MIN).$(VER_PATCH)
28 SYSCONF_LINK_LIB_SHARED= $(SYSCONF_LINK_SHLIB) -shared -Wl,-soname,lib$(TARGET).so.$(VER_MAJ) \
29 $(LFLAGS) -o $(SYSCONF_LINK_TARGET_SHARED) \