Browse Source

"fixed" libowfat to install the headers into $includedir/$pkg

(see the .conf file why)


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1980 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
76e6b61862
3 changed files with 38 additions and 9 deletions
  1. +2
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +6
    -9
      package/sirkull/libowfat/dietlibc.patch
  3. +30
    -0
      package/sirkull/libowfat/libowfat.conf

+ 2
- 0
Documentation/Developers/CHANGELOG-RENE

@ -3,6 +3,7 @@
- Mathieu Doidy: updated lftp (2.6.10) and liferea (0.4.5)
- updated mine (0.16)
- "fixed" libowfat to install the headers into $includedir/$pkg
*) 2003-12-12 (2.0.0-rc3 - 2.0.0-rc4)
@ -15,6 +16,7 @@
- updated subversion (0.34.0)
- added default bdb selection to the apache config.in (defaults to 42)
- added ifplugd (and so libdaemon)
- STONE / ROCK Net work
*) 2003-12-11 (2.0.0-rc3 - 2.0.0-rc4)

+ 6
- 9
package/sirkull/libowfat/dietlibc.patch

@ -8,15 +8,12 @@
# ROCK Linux: rock-src/package/sirkull/libowfat/dietlibc.patch
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---

+ 30
- 0
package/sirkull/libowfat/libowfat.conf

@ -0,0 +1,30 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/sirkull/libowfat/libowfat.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
# libowfat install many headers that have popular names of other OS's header
# files, so we do not install it into $prefix/include because other packages
# (wine, tetex, ...) try to use them in configure and thus depend on libowfat
# ... :-( - Rene Rebe
var_append makeopt " " "INCLUDEDIR=$includedir/${pkg}"
makeinstopt="$makeopt install"

Loading…
Cancel
Save