-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
@ -14,6 +14,7 @@
- Miguel Bolanos: substituted "Ultra SPARC" with "UltraSPARC"
Alpha optimisations selection
Documentation/ updates
- Juergen Sawinski: fixed gnome-vfs-extras to utilize samba
*) 2003-12-17 (2.0.0-rc3 - 2.0.0-rc4)
@ -22,3 +22,4 @@
. $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\""
@ -57,4 +57,5 @@ EOS
srcdir="samba-$ver/source"
hook_add postmake 3 "samba_pm"
hook_add postmake 3 "echo \"pkg_samba_prefix=/$prefix\" \
> $root/var/adm/parse-config/samba"