Displaying 1 result from an estimated 1 matches for "target_configure_opts".
2008 Jan 03
0
Embedded samba 2.0.26 problems
...some reason it's looking for secrets\.tbd in the build tree and not in
the embedded fs tree....
Can anyone more experienced in building samba perhaps look to see where
I'm going wrong?
Thanks.
Here's the guts of the build script:
./autogen.sh; \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
samba_cv_HAVE_GETTIMEOFDAY_TZ=yes \
samba_cv_USE_SETREUID=yes \
samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes \
samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=no \
SMB_BUILD_CC_NEGATIVE_ENUM_V...