Build pam module from _pic libraries.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9055 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -31,8 +31,8 @@ LD_FLAGS = @REAL_LD_FLAGS@
|
|||||||
LIB_res_search = @LIB_res_search@
|
LIB_res_search = @LIB_res_search@
|
||||||
LIB_dn_expand = @LIB_dn_expand@
|
LIB_dn_expand = @LIB_dn_expand@
|
||||||
|
|
||||||
@lib_deps_yes@LIB_DEPS = -L../../kafs -L../../krb -L../../des \
|
@lib_deps_yes@LIB_DEPS = ../../kafs/libkafs_pic.a \
|
||||||
@lib_deps_yes@ -lkafs -lkrb -ldes \
|
@lib_deps_yes@ ../../krb/libkrb_pic.a ../../des/libdes_pic.a \
|
||||||
@lib_deps_yes@ $(LIB_res_search) $(LIB_dn_expand) -lpam -lc
|
@lib_deps_yes@ $(LIB_res_search) $(LIB_dn_expand) -lpam -lc
|
||||||
@lib_deps_no@LIB_DEPS =
|
@lib_deps_no@LIB_DEPS =
|
||||||
|
|
||||||
@@ -83,6 +83,5 @@ $(OBJECTS): ../../../include/config.h
|
|||||||
$(LIB): $(OBJECTS)
|
$(LIB): $(OBJECTS)
|
||||||
rm -f $@
|
rm -f $@
|
||||||
$(LDSHARED) -Wl,-Bsymbolic -o $@ $(OBJECTS) $(LD_FLAGS) $(LIB_DEPS)
|
$(LDSHARED) -Wl,-Bsymbolic -o $@ $(OBJECTS) $(LD_FLAGS) $(LIB_DEPS)
|
||||||
# $(LINK) -shared -Wl,-x -o $(LIB) $(OBJECTS) ../../kafs/libkafs.a ../../krb/libkrb.a ../../des/libdes.a
|
|
||||||
|
|
||||||
.PHONY: all Wall install uninstall check clean mostlyclean distclean realclean
|
.PHONY: all Wall install uninstall check clean mostlyclean distclean realclean
|
||||||
|
Reference in New Issue
Block a user