* krb5-config.in (lib_flags): Prune out CFLAGS
authorTom Yu <tlyu@mit.edu>
Mon, 3 Mar 2003 22:33:56 +0000 (22:33 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 3 Mar 2003 22:33:56 +0000 (22:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15217 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/krb5-config.in

index cb2d129a91520435242a09b2bc8608d903bb1dcf..104ebcc6f500bd40c7d4ad14a12e91df4c15ead9 100644 (file)
@@ -1,5 +1,7 @@
 2003-03-03  Tom Yu  <tlyu@mit.edu>
 
+       * krb5-config.in (lib_flags): Prune out CFLAGS.
+
        * aclocal.m4: Remove KRB_INCLUDE; it's now in pre.in.  Remove
        ADD_DEF and uses thereof, thus allowing CPPFLAGS to be a user
        parameter.
index 3aa01ad74cca156f3b2fc4812ac9df5db43f709c..d5ace8b3988393c342a02533fc7d598d19b07c68 100644 (file)
@@ -175,7 +175,8 @@ if test -n "$do_libs"; then
            -e 's#\$(PROG_RPATH)#'$libdir'#' \
            -e 's#\$(PROG_LIBPATH)#-L'$libdir'#' \
            -e 's#\$(RPATH_FLAG)#'"$RPATH_FLAG"'#' \
-           -e 's#\$(LDFLAGS)#'"$LDFLAGS"'#'`
+           -e 's#\$(LDFLAGS)#'"$LDFLAGS"'#' \
+           -e 's#\$(CFLAGS)#'"$CFLAGS"'#'`
 
     if test $library = 'kdb'; then
        lib_flags="$lib_flags -lkdb5 -ldb"