blob: b7423d541aa023241d5e6b9f32831eefba19ea1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
diff --git a/Build-LinuxXView.bash.amd64 b/Build-LinuxXView.bash.amd64
index 5475ff6..62aef9f 100644
--- a/Build-LinuxXView.bash.amd64
+++ b/Build-LinuxXView.bash.amd64
@@ -36,8 +36,8 @@ cat > imake.append <<EOF
XVDESTDIR = $OWDEST
EXTRA_DEFINES = -DOPENWINHOME_DEFAULT=\"$OPENWINHOME\" -D_GNU_SOURCE
CONFIGDIR = $OPENWINHOME/lib/config
- INCLUDES := -I`pwd`/build/include $IMAKE_EXTRA_INCLUDES -I$OWDEST/include \$(INCLUDES)
- LOCAL_LDFLAGS := -L`pwd`/lib/libolgx -L`pwd`/lib/libxview $IMAKE_EXTRA_LOCAL_LDFLAGS -L$OWDEST/lib \$(LOCAL_LDFLAGS)
+ INCLUDES := -I`pwd`/build/include -I/usr/include/tirpc $IMAKE_EXTRA_INCLUDES -I$OWDEST/include \$(INCLUDES)
+ LOCAL_LDFLAGS := -L`pwd`/lib/libolgx -L`pwd`/lib/libxview -ltirpc $IMAKE_EXTRA_LOCAL_LDFLAGS -L$OWDEST/lib \$(LOCAL_LDFLAGS)
MAKEOVERRIDES =
CFLAGS += -g \$(EXTRA_CFLAGS)
# End of variable-definitions appended by imake-wrapper
|