Browse Source

updated the ncxomp Makefile.in patch to also install header files

needed by nxproxy
(whether the nx compression works as promissed is not yet known by me
some test cases have not show such a difference over ssh -XC ... :-()


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1638 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 22 years ago
parent
commit
db8f1d615d
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      package/rene/nxcomp/make-install.patch

+ 5
- 2
package/rene/nxcomp/make-install.patch

@ -1,5 +1,5 @@
--- nxcomp/Makefile.in.orig 2003-10-26 16:15:37.000000000 +0100
+++ nxcomp/Makefile.in 2003-10-26 16:22:00.000000000 +0100
+++ nxcomp/Makefile.in 2003-10-27 00:28:39.000000000 +0100
@@ -1,6 +1,7 @@
#
# Get values from configure script.
@ -8,8 +8,11 @@
VERSION=@VERSION@
LIBVERSION=@LIBVERSION@
@@ -197,6 +198,7 @@
@@ -195,8 +196,10 @@
touch depend.status
install: install.bin install.man
+ $(INSTALL) -v NX*.h $(prefix)/include/
install.bin:
+ $(INSTALL) -v $(LIBFULL) $(LIBLOAD) $(prefix)/lib/

Loading…
Cancel
Save