summaryrefslogtreecommitdiff
path: root/include.pro
authoreilers <eilers>2003-11-03 17:35:14 (UTC)
committer eilers <eilers>2003-11-03 17:35:14 (UTC)
commitd8575540352e69a29ce662feb0a53623a4a89216 (patch) (unidiff)
treeddf7cc9bf62d5f35b4c490b1c9a3c1c8f2200b00 /include.pro
parentd34dc773591a2d467c68875a68a671d6a809f861 (diff)
downloadopie-d8575540352e69a29ce662feb0a53623a4a89216.zip
opie-d8575540352e69a29ce662feb0a53623a4a89216.tar.gz
opie-d8575540352e69a29ce662feb0a53623a4a89216.tar.bz2
Oops.. Removed -ldl wasn't a good idea.. Linux compiles again..
Diffstat (limited to 'include.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--include.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/include.pro b/include.pro
index 4bdcaa7..ef8661c 100644
--- a/include.pro
+++ b/include.pro
@@ -96,12 +96,15 @@ ipk.target = ipk
96ipk.commands = tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) INSTALL_ROOT="$$$$tmp" install && ipkg-build $$$$tmp; rm -rf $$$$tmp; ) 96ipk.commands = tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) INSTALL_ROOT="$$$$tmp" install && ipkg-build $$$$tmp; rm -rf $$$$tmp; )
97 97
98QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease ipk opie-lupdate opie-lrelease messages 98QMAKE_EXTRA_UNIX_TARGETS += lupdate lrelease ipk opie-lupdate opie-lrelease messages
99CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX ) 99CONFTEST = $$system( echo $CONFIG_TARGET_MACOSX )
100contains( CONFTEST, y ){ 100contains( CONFTEST, y ){
101QMAKE_LFLAGS += -Wl 101QMAKE_LFLAGS += -Wl
102LIBS -= -ldl
103LIBS -= -lcrypt
104LIBS -= -lm
102} 105}
103else { 106else {
104QMAKE_LFLAGS += -Wl,-rpath=$$prefix/lib 107QMAKE_LFLAGS += -Wl,-rpath=$$prefix/lib
105# I am not sure whether it is a good idea to change the way plugins is build 108# I am not sure whether it is a good idea to change the way plugins is build
106# on linux. Therefore I remove the "plugin" term, which is needed by MacOS-X 109# on linux. Therefore I remove the "plugin" term, which is needed by MacOS-X
107CONFIG -= plugin 110CONFIG -= plugin