Dirk Mueller
d1fe9188f3
- /KeepReference/ can now be applied to global functions and static methods. - %TypeCode can now be specified in a %MappedType directive. - Mapped types for templates no longer require the template arguments to be fully defined. - Build system changes required by PyQt v4.8 and Qt v4.7. OBS-URL: https://build.opensuse.org/package/show/KDE:Qt/python-sip?expand=0&rev=48
11 lines
233 B
Diff
11 lines
233 B
Diff
--- siputils.py
|
|
+++ siputils.py
|
|
@@ -818,6 +818,7 @@
|
|
rpaths is the cannonical list of rpaths.
|
|
"""
|
|
flags = []
|
|
+ return flags
|
|
prefix = self.optional_string("RPATH")
|
|
|
|
if prefix == "":
|