commit efb9a22

hovercats  ·  2024-03-11 18:55:04 +0000 UTC
parent 01edc62
xauth: specify header and libdirs
1 files changed,  +2, -2
+2, -2
 1@@ -9,9 +9,9 @@ TMPDIR="$1/tmp"
 2     --sysconfdir=/etc \
 3     --mandir=/pkg/share/man \
 4     --localstatedir=/var \
 5-    XAUTH_CFLAGS="-static"
 6+    XAUTH_CFLAGS="-static -I/pkg/include"
 7 
 8-make LIBS="/pkg/lib/*.a /pkg/lib/libXau.a /pkg/lib/libxcb.a"
 9+make LIBS="-L/pkg/lib /pkg/lib/*.a /pkg/lib/libXau.a /pkg/lib/libxcb.a"
10 make install
11 
12 # Some X11 packages install to /pkg/share.