Browse Source

Stefan Gutschireiter <steven@planetweb.at>:

I've noticed within the vlan tarball are precompiled binaries using wrong
libraries. so make doesn't do anything and the vconfig binaries wont work.
i've added a premake "make clean" hook to delete the precompiled binaries.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1524 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 22 years ago
parent
commit
9b0579df1d
2 changed files with 5 additions and 0 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -0
      package/alessandro/vlan/vlan.conf

+ 4
- 0
Documentation/Developers/CHANGELOG-RENE

@ -1,4 +1,8 @@
*) 2003-09-28 (2.0.0-rc1 - 2.0.0-rc2)
- Stefan Gutschireiter: vlan contains binaires to be removed with "make clean"
*) 2003-09-27 (2.0.0-rc1 - 2.0.0-rc2)
- updated subversion and koffice

+ 1
- 0
package/alessandro/vlan/vlan.conf

@ -22,5 +22,6 @@
runconf=0
makeinstopt=''
premake='make clean'
postmake='cp vconfig $root/$bindir'

Loading…
Cancel
Save