Source: socket
Version: 1.1-10
Severity: normal
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

Hi,

socket fails to cross build because it does not pass cross build tools to make. Using "dh_auto_build" instead of "$(MAKE)" can solve this problem.
diff -u socket-1.1/debian/rules socket-1.1/debian/rules
--- socket-1.1/debian/rules
+++ socket-1.1/debian/rules
@@ -14,7 +14,7 @@
 build: configure-stamp build-stamp
 build-stamp:
        dh_testdir
-       $(MAKE)
+       dh_auto_build   
        touch build-stamp
 
 clean:
-- 
This mail was scanned by BitDefender
For more information please visit http://www.bitdefender.com

Reply via email to