libcap: remove psx-psx.go.patch

This patch is not being used and fails anyway.
This commit is contained in:
Leonid Pliushch 2021-01-07 15:03:04 +02:00
parent 79806349d4
commit c7a0ad14dd
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
--- ./psx/psx.go.orig 2020-07-21 19:37:43.314690622 +0000
+++ ./psx/psx.go 2020-07-21 19:39:30.311949902 +0000
@@ -38,7 +38,7 @@
)
// #cgo CFLAGS: -I${SRCDIR}/include
-// #cgo LDFLAGS: -lpthread -Wl,-wrap,pthread_create
+// #cgo LDFLAGS: -Wl,-wrap,pthread_create
//
// #include <errno.h>
// #include <sys/psx_syscall.h>