Browse Source

Juergen Sawinski <george@mpimf-heidelberg.mpg.de>:

ldconfig will complain about libXcomp.so.1 not being a link,
so don't install it (link will anyway be created by ldconfig)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1754 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Juergen "George" Sawinski 22 years ago
parent
commit
c5abbd237f
2 changed files with 8 additions and 12 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +4
    -12
      package/rene/nxcomp/make-install.patch

+ 4
- 0
Documentation/Developers/CHANGELOG-RENE

@ -1,4 +1,8 @@
*) 2003-11-12 (2.0.0-rc2 - 2.0.0-rc3)
- Juergen Sawinski: fixed rene/nxcomp to only install the major library
*) 2003-11-11 (2.0.0-rc2 - 2.0.0-rc3) *) 2003-11-11 (2.0.0-rc2 - 2.0.0-rc3)
- Dimitar Zhekov: jimmy repository update - Dimitar Zhekov: jimmy repository update

+ 4
- 12
package/rene/nxcomp/make-install.patch

@ -20,24 +20,16 @@
# #
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
--- nxcomp/Makefile.in.orig 2003-10-26 16:15:37.000000000 +0100
+++ nxcomp/Makefile.in 2003-10-27 00:28:39.000000000 +0100
@@ -1,6 +1,7 @@
#
# Get values from configure script.
#
+
VERSION=@VERSION@
LIBVERSION=@LIBVERSION@
@@ -195,8 +196,10 @@
--- nxcomp/Makefile.in.orig 2003-11-12 04:24:17.000000000 +0100
+++ nxcomp/Makefile.in 2003-11-12 04:25:49.000000000 +0100
@@ -195,8 +195,10 @@
touch depend.status touch depend.status
install: install.bin install.man install: install.bin install.man
+ $(INSTALL) -v NX*.h $(prefix)/include/ + $(INSTALL) -v NX*.h $(prefix)/include/
install.bin: install.bin:
+ $(INSTALL) -v $(LIBFULL) $(LIBLOAD) $(prefix)/lib/
+ $(INSTALL) -v $(LIBFULL) $(prefix)/lib/
install.man: install.man:

Loading…
Cancel
Save