Forward auto-debuild option withSIP
authorRalf Jung <post@ralfj.de>
Fri, 12 Jul 2013 08:44:25 +0000 (10:44 +0200)
committerRalf Jung <post@ralfj.de>
Fri, 12 Jul 2013 08:44:25 +0000 (10:44 +0200)
build_system.py

index c26673dafec37bbac90331e993f96d5417f1cc86..63a236ef5431f7a6a781b07b6abed706af4b2ac4 100644 (file)
@@ -103,7 +103,7 @@ try:
                                'waitAfterConfig': waitAfterConfig,
                        }
                        # copy some more optional configuration
-                       for option in ('epoch', 'dbgPackage', 'section', 'withPython2', 'binarySkipFiles', 'binaryInstallFiles',
+                       for option in ('epoch', 'dbgPackage', 'section', 'withPython2', 'withSIP', 'binarySkipFiles', 'binaryInstallFiles',
                                        'buildDepends', 'binaryDepends', 'binaryShims', 'binaryRecommends', 'binaryProvides', 'binaryConflicts', 'binaryBreaks',
                                        'binaryReplaces', 'binaryBreaksReplaces',
                                        'alternatives', 'cmakeParameters', 'automakeParameters'):