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

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-02-13 18:19:53 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-02-13 18:19:53 +0300
commitb0aea9f90e664f69873e059effa30faf3700b49f (patch)
treebd305c399658b0bcbc2525c556efd84565ac0431 /overlay_gl
parentdd822709822c66f73aa9f65469f2620be08e2776 (diff)
Fix LFLAGS_ADD
git-svn-id: https://mumble.svn.sourceforge.net/svnroot/mumble/trunk@1528 05730e5d-ab1b-0410-a4ac-84af385074fa
Diffstat (limited to 'overlay_gl')
-rw-r--r--overlay_gl/overlay_gl.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/overlay_gl/overlay_gl.pro b/overlay_gl/overlay_gl.pro
index 055e43086..44e8354a3 100644
--- a/overlay_gl/overlay_gl.pro
+++ b/overlay_gl/overlay_gl.pro
@@ -9,7 +9,8 @@ VERSION = 1.1.8
SOURCES = overlay.c
LIBS *= -lrt -ldl
QMAKE_CFLAGS *= -fvisibility=hidden $(CFLAGS_ADD)
-QMAKE_LFLAGS -= -Wl,--no-undefined $(LFLAGS_ADD)
+QMAKE_LFLAGS -= -Wl,--no-undefined
+QMAKE_LFLAGS *= $(LFLAGS_ADD)
equals(QMAKE_LINK,g++) {
message(Overriding linker)
QMAKE_LINK = gcc