Browse Source

smbc: changed to use default prefix instead of 'opt/samba'

stable/0.2
Christian Wiese 14 years ago
parent
commit
55785e0b8e
  1. 7
      network/smbc/smbc.conf

7
network/smbc/smbc.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../smbc/smbc.conf
# Copyright (C) 2006 - 2007 The OpenSDE Project
# Copyright (C) 2006 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
@ -13,11 +13,6 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ]; then
prefix=opt/samba
set_confopt
fi
pkgprefix -t samba
var_append GCC_WRAPPER_APPEND ' ' "-I$( pkgprefix includedir samba ) -L$( pkgprefix libdir samba )"
var_append GCC_WRAPPER_APPEND ' ' "-lsmbclient"

Loading…
Cancel
Save