]> TLD Linux GIT Repositories - tld-builder.git/commitdiff
- fix rpm opts
authorMarcin Krol <hawk@tld-linux.org>
Thu, 28 Jul 2016 16:26:19 +0000 (16:26 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Thu, 28 Jul 2016 16:26:19 +0000 (16:26 +0000)
TLD_Builder/rpm_builder.py

index 12cc265ca49fd24c70796cbaf10db6fa7a1bf948..a2ec562045c3433bf7a113b1869277ddbdb883e5 100644 (file)
@@ -227,7 +227,7 @@ def build_rpm(r, b):
                 if r.max_jobs > 0:
                     max_jobs = max(min(config.max_jobs, r.max_jobs), 1)
                 cmd = "set -ex; : build-id: %(r_id)s; TMPDIR=%(tmpdir)s exec nice -n %(nice)s " \
-                    "rpmbuild -bb --define '_smp_mflags -j%(max_jobs)d' --define '_make_opts -Otarget' --define '_tld_builder 1' %(rpmdefs)s %(topdir)s/%(spec)s" % {
+                    "rpmbuild -bb --define '_smp_mflags -j%(max_jobs)d' --define '_tld_builder 1' %(rpmdefs)s %(topdir)s/%(spec)s" % {
                     'r_id' : r.id,
                     'tmpdir': tmpdir,
                     'nice' : config.nice,