diff options
author | jbj <devnull@localhost> | 1999-09-07 19:47:53 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-07 19:47:53 +0000 |
commit | 582808bce3d636bfd8c2a71e0982af6fe91b2fef (patch) | |
tree | c87f5b31c9ebe7d2470d384fe6107ec856874a08 /acconfig.h | |
parent | f2cfa9e4944becc9f3bf885cffd663ce69d2695e (diff) | |
download | librpm-tizen-582808bce3d636bfd8c2a71e0982af6fe91b2fef.tar.gz librpm-tizen-582808bce3d636bfd8c2a71e0982af6fe91b2fef.tar.bz2 librpm-tizen-582808bce3d636bfd8c2a71e0982af6fe91b2fef.zip |
link libbz2.a statically to avoid rpm->bzip2 dependence for now.
CVS patchset: 3264
CVS date: 1999/09/07 19:47:53
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 1c4ed7a0d..8267144c5 100644 --- a/acconfig.h +++ b/acconfig.h @@ -83,6 +83,9 @@ /* Define if the patch call you'll be using is 2.1 or older */ #undef HAVE_OLDPATCH_21 +/* Define to the fulkl path name of the static libbz2.a */ +#undef BZIP2LIB + /* A full path to a program, possibly with arguments, that will create a directory and all necessary parent directories, ala `mkdir -p' */ #undef MKDIR_P |