summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-13 12:12:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:01 -0500
commit3c079cd58dbbd1dbc4053d4990d1e74e862c2f80 (patch)
tree8234ee4e1c3f84ba53ee492a51df9b4c30cbc5f2 /source4
parent16aa5d1cd76ee268bb554a116ee85e53c4d3ceb0 (diff)
downloadsamba-3c079cd58dbbd1dbc4053d4990d1e74e862c2f80.tar.gz
samba-3c079cd58dbbd1dbc4053d4990d1e74e862c2f80.tar.bz2
samba-3c079cd58dbbd1dbc4053d4990d1e74e862c2f80.zip
r8423: remove the dependency on the full roken lib for asn1_compile
this should fix the -lsocket problem on solaris (This used to be commit 4c462cdab318e69b1ee84837246700ecb36eafca)
Diffstat (limited to 'source4')
-rw-r--r--source4/heimdal_build/config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk
index 1017a5df44..572e918b96 100644
--- a/source4/heimdal_build/config.mk
+++ b/source4/heimdal_build/config.mk
@@ -323,8 +323,10 @@ ADD_OBJ_FILES = \
heimdal/lib/roken/getarg.o \
heimdal/lib/roken/print_version.o \
heimdal/lib/roken/setprogname.o \
+ heimdal/lib/roken/strupr.o \
+ heimdal/lib/roken/getprogname.o \
+ heimdal/lib/roken/get_window_size.o \
heimdal/lib/asn1/symbol.o
-REQUIRED_SUBSYSTEMS = HEIMDAL_ROKEN
NOPROTO = YES
# End SUBSYSTEM ASN1_COMPILER
#######################