components/krb5/patches/020-libkrb5-makefile.patch
changeset 6978 14cbeb78966a
parent 6599 1d033832c5e7
equal deleted inserted replaced
6977:d12ba5c9b5db 6978:14cbeb78966a
    16 #
    16 #
    17 # 2. prof_solaris.c has a change to fix profile_iterator issue
    17 # 2. prof_solaris.c has a change to fix profile_iterator issue
    18 #    which has not been integrated into current Solaris code yet.
    18 #    which has not been integrated into current Solaris code yet.
    19 # Patch source: in-house
    19 # Patch source: in-house
    20 #
    20 #
    21 diff --git a/src/lib/krb5/Makefile.in b/src/lib/krb5/Makefile.in
       
    22 --- a/src/lib/krb5/Makefile.in
    21 --- a/src/lib/krb5/Makefile.in
    23 +++ b/src/lib/krb5/Makefile.in
    22 +++ b/src/lib/krb5/Makefile.in
    24 @@ -1,6 +1,6 @@
    23 @@ -1,6 +1,6 @@
    25  mydir=lib$(S)krb5
    24  mydir=lib$(S)krb5
    26  BUILDTOP=$(REL)..$(S)..
    25  BUILDTOP=$(REL)..$(S)..
    65 -all-unix:: all-liblinks
    64 -all-unix:: all-liblinks
    66 +all-unix:: all-liblinks missing_interfaces.o privacy_allowed.o
    65 +all-unix:: all-liblinks missing_interfaces.o privacy_allowed.o
    67  
    66  
    68  all-windows::
    67  all-windows::
    69  
    68  
    70 diff --git a/src/lib/krb5/keytab/Makefile.in b/src/lib/krb5/keytab/Makefile.in
       
    71 --- a/src/lib/krb5/keytab/Makefile.in
    69 --- a/src/lib/krb5/keytab/Makefile.in
    72 +++ b/src/lib/krb5/keytab/Makefile.in
    70 +++ b/src/lib/krb5/keytab/Makefile.in
    73 @@ -15,7 +15,8 @@ STLIBOBJS= \
    71 @@ -15,7 +15,8 @@ STLIBOBJS= \
    74  	kt_file.o	\
    72  	kt_file.o	\
    75  	kt_memory.o	\
    73  	kt_memory.o	\