python-sip/disable-rpaths.diff
Dirk Mueller d1fe9188f3 - update to 4.11.2:
- /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
2010-10-25 13:34:04 +00:00

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 == "":