nyxt: fix loading libfixposix
Re-add patch from c76617847261dbb44667c30b9c2cfe0080481850 to fix dlopening libfixposix.so.3 instead of libfixposix.so.
This commit is contained in:
parent
790f1572a3
commit
d8d95b0750
14
srcpkgs/nyxt/patches/001-libfixposix.patch
Normal file
14
srcpkgs/nyxt/patches/001-libfixposix.patch
Normal file
@ -0,0 +1,14 @@
|
||||
Index: nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
|
||||
===================================================================
|
||||
--- nyxt-2.2.4.orig/_build/iolib/src/syscalls/ffi-functions-unix.lisp
|
||||
+++ nyxt-2.2.4/_build/iolib/src/syscalls/ffi-functions-unix.lisp
|
||||
@@ -11,7 +11,8 @@
|
||||
;; FIXME: move this into an ASDF operation
|
||||
(eval-when (:compile-toplevel :load-toplevel :execute)
|
||||
(define-foreign-library
|
||||
- (libfixposix :canary "lfp_buildinfo")
|
||||
+ (libfixposix :canary "lfp_buildinfo_not_exist")
|
||||
+ (:unix "libfixposix.so.3")
|
||||
(t (:default "libfixposix")))
|
||||
(load-foreign-library 'libfixposix))
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Template file for 'nyxt'
|
||||
pkgname=nyxt
|
||||
version=3.11.8
|
||||
revision=1
|
||||
revision=2
|
||||
create_wrksrc=yes
|
||||
build_style=gnu-makefile
|
||||
make_build_target=all
|
||||
|
Loading…
x
Reference in New Issue
Block a user