Browse Source

try to fix building under Linux

master
parent
commit
7ca34d122d
  1. 22
      acmetool/acmetool.patch

22
acmetool/acmetool.patch

@ -1,6 +1,6 @@
Index: src/github.com/hlandau/acme/cmd/acmetool/main.go
--- src/github.com/hlandau/acme/cmd/acmetool/main.go.orig 2016-03-28 16:37:47.000000000 +0200
+++ src/github.com/hlandau/acme/cmd/acmetool/main.go 2016-03-28 16:53:00.528481684 +0200
--- src/github.com/hlandau/acme/cmd/acmetool/main.go.orig 2016-04-01 18:10:17.000000000 +0200
+++ src/github.com/hlandau/acme/cmd/acmetool/main.go 2016-04-01 20:25:12.277357153 +0200
@@ -6,7 +6,6 @@
"fmt"
"io/ioutil"
@ -32,3 +32,21 @@ Index: src/github.com/hlandau/acme/cmd/acmetool/main.go
if *responseFileFlag != "" {
err := loadResponseFile(*responseFileFlag)
log.Errore(err, "cannot load response file, continuing anyway")
Index: src/gopkg.in/hlandau/svcutils.v1/caps/caps-linuxc.go
--- src/gopkg.in/hlandau/svcutils.v1/caps/caps-linuxc.go.orig 2016-04-01 18:10:36.000000000 +0200
+++ src/gopkg.in/hlandau/svcutils.v1/caps/caps-linuxc.go 2016-04-01 20:26:29.627267966 +0200
@@ -1,4 +1,4 @@
-// +build linux,cgo
+// +build foo
package caps
Index: src/gopkg.in/hlandau/svcutils.v1/caps/caps-other.go
--- src/gopkg.in/hlandau/svcutils.v1/caps/caps-other.go.orig 2016-04-01 18:10:36.000000000 +0200
+++ src/gopkg.in/hlandau/svcutils.v1/caps/caps-other.go 2016-04-01 20:26:25.817317120 +0200
@@ -1,4 +1,4 @@
-// +build !linux linux,!cgo
+// +build !foo
package caps

Loading…
Cancel
Save