]> git.eshelyaron.com Git - emacs.git/commit
Port emacsclient to Solaris 10
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Dec 2021 02:43:43 +0000 (18:43 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Dec 2021 02:45:05 +0000 (18:45 -0800)
commitfed35a89517aa4e282273f7e3c75bafd4e698ce4
tree479292f710b72d026ec74791d1ff75f526b4e7da
parentf35d6a9c732e575e8f7115a8c2e29536db01636d
Port emacsclient to Solaris 10

Without this patch, the build fails on Solaris 10 with the diagnostic
“Undefined symbol acl_trivial first referenced in file
../lib/libgnu.a(file-has-acl.o)”.
* lib-src/Makefile.in (LIB_HAS_ACL): New macro.
(emacsclient${EXEEXT}): Link with $(LIB_HAS_ACL).
lib-src/Makefile.in