pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/qt5-qtbase/files



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Oct 31 12:15:54 UTC 2018

Modified Files:
        pkgsrc/x11/qt5-qtbase/files: qmake.conf

Log Message:
qt5-qtbase: Unset QMAKE_LFLAGS_RPATHLINK.

Fixes build of editors/texstudio on SunOS which was previously trying to
pass unsupported arguments to the linker.  We don't support -rpath-link
anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/qt5-qtbase/files/qmake.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/qt5-qtbase/files/qmake.conf
diff -u pkgsrc/x11/qt5-qtbase/files/qmake.conf:1.6 pkgsrc/x11/qt5-qtbase/files/qmake.conf:1.7
--- pkgsrc/x11/qt5-qtbase/files/qmake.conf:1.6  Wed Jan 31 12:36:57 2018
+++ pkgsrc/x11/qt5-qtbase/files/qmake.conf      Wed Oct 31 12:15:54 2018
@@ -30,6 +30,7 @@ QMAKE_LINK_SHLIB_CMD  = $$QMAKE_LINK_SHLI
 
 QMAKE_LFLAGS           = @LDFLAGS@
 QMAKE_LFLAGS_GCSECTIONS        = -Wl,--gc-sections
+QMAKE_LFLAGS_RPATHLINK =
 QMAKE_LFLAGS_THREAD    = @PTHREAD_LDFLAGS@
 
 QMAKE_LIBS             =



Home | Main Index | Thread Index | Old Index