Browse Source

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

-export pkg_samba_prefix from samba
-add {LD,C,CPP}FLAGS to gnome-vfs-extras, so
 that libsmbclient.h is detected


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2020 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Juergen "George" Sawinski 21 years ago
parent
commit
cda53d1f35
3 changed files with 4 additions and 1 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +1
    -0
      package/gnome24/gnome-vfs-extras/gnome-vfs-extras.conf
  3. +2
    -1
      package/rene/samba/samba.conf

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -14,6 +14,7 @@
- Miguel Bolanos: substituted "Ultra SPARC" with "UltraSPARC" - Miguel Bolanos: substituted "Ultra SPARC" with "UltraSPARC"
Alpha optimisations selection Alpha optimisations selection
Documentation/ updates Documentation/ updates
- Juergen Sawinski: fixed gnome-vfs-extras to utilize samba
*) 2003-12-17 (2.0.0-rc3 - 2.0.0-rc4) *) 2003-12-17 (2.0.0-rc3 - 2.0.0-rc4)

+ 1
- 0
package/gnome24/gnome-vfs-extras/gnome-vfs-extras.conf

@ -22,3 +22,4 @@
. $base/package/*/*/gnome-24.conf . $base/package/*/*/gnome-24.conf
var_append extraconfopt ' ' "LDFLAGS=\"-L${pkg_samba_prefix}/lib\" CFLAGS=\"-I${pkg_samba_prefix}/include\" CPPFLAGS=\"-I${pkg_samba_prefix}/include\""

+ 2
- 1
package/rene/samba/samba.conf

@ -57,4 +57,5 @@ EOS
srcdir="samba-$ver/source" srcdir="samba-$ver/source"
hook_add postmake 3 "samba_pm" hook_add postmake 3 "samba_pm"
hook_add postmake 3 "echo \"pkg_samba_prefix=/$prefix\" \
> $root/var/adm/parse-config/samba"

Loading…
Cancel
Save