]> err.no Git - sash/commitdiff
Let dh_auto_build pass cross compilers. Thanks to Helmut Grohne for patch.
authorTollef Fog Heen <tfheen@err.no>
Sun, 16 Jul 2017 17:34:44 +0000 (19:34 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 16 Jul 2017 17:34:44 +0000 (19:34 +0200)
debian/changelog
debian/rules

index 10337441c463232242826dd59094c0703411e6b7..cc4ab30755504dd9a2879d6fa04094137d805af4 100644 (file)
@@ -2,6 +2,8 @@ sash (3.8-4) unstable; urgency=medium
 
   * Add debconf warning about sashroot user instead of trying to remove
     it, since userdel is unable to properly delete it.  Closes: #783031
+  * Let dh_auto_build pass cross compilers.  Thanks to Helmut Grohne for
+    patch.
 
  -- Tollef Fog Heen <tfheen@debian.org>  Sun, 16 Jul 2017 19:13:30 +0200
 
index 47b4d797fd82cead01a1e193cc6baec09d3a6096..06383238f382c7b6336b83963d1fa063d82d2c53 100755 (executable)
@@ -9,7 +9,7 @@ BUILT_USING := $(shell dpkg-query -f '$${source:Package} (= $${source:Version}),
        dh $@
 
 override_dh_auto_build:
-       $(MAKE) OPT="`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS`" LDFLAGS="-static `dpkg-buildflags --get LDFLAGS`"
+       dh_auto_build -- OPT="`dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS`" LDFLAGS="-static `dpkg-buildflags --get LDFLAGS`"
 
 override_dh_auto_install:
        make install BINDIR=$(pkgdir)/bin MANDIR=$(pkgdir)/usr/share/man