Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
4e9b72a9ab
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      package/base/tcl/tcl.conf

+ 5
- 4
package/base/tcl/tcl.conf

@ -1,3 +1,4 @@
#!/bin/bash
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
@ -20,11 +21,11 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. $base/package/base/tcl/tcl_config.sh
var_append makeinstopt " " "install-private-headers"
hook_add preconf 3 "cd unix"
hook_add postinstall 3 'ln -vsf tclsh8.4 $bindir/tclsh'
hook_add postinstall 3 "ln -vsf libtcl`tcl_libver $ver`.so $libdir/libtcl.so"
hook_add postinstall 3 'ln -vsf tclsh${ver:0:3} $bindir/tclsh'
hook_add postinstall 3 'ln -vsf libtcl${ver:0:3}.so $libdir/libtcl.so'
# install headers required e.g. by itcl and brlcad
hook_add postmake 3 "cp -a ../generic/tclInt.h ../generic/tclIntDecls.h $root/usr/include"
hook_add postmake 3 "cp -a ../generic/tclInt.h ../generic/tclIntDecls.h $includedir"

Loading…
Cancel
Save