diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-06-11 20:55:17 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-06-11 20:55:17 +0000 |
commit | 54f76caf09e14ba68885d278d82edd9db8872347 (patch) | |
tree | 31d7e1c79be68e3ee2892bf09a6280848312e7bc | |
parent | 2d409ac65357cef835d24cc030d292f4fc7b0b66 (diff) | |
download | anaconda-54f76caf09e14ba68885d278d82edd9db8872347.tar.gz anaconda-54f76caf09e14ba68885d278d82edd9db8872347.tar.xz anaconda-54f76caf09e14ba68885d278d82edd9db8872347.zip |
link with beecryptanaconda-9.0.3-1.RHEL
-rw-r--r-- | anaconda.spec.in | 2 | ||||
-rw-r--r-- | utils/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/anaconda.spec.in b/anaconda.spec.in index da9725c26..eecab83b8 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -6,7 +6,7 @@ License: GPL Summary: The Red Hat Linux installation program. Group: Applications/System Source: anaconda-%{PACKAGE_VERSION}.tar.bz2 -BuildPreReq: pump-devel >= 0.8.15, kudzu-devel >= 1.1.0, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, modutils-devel, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel +BuildPreReq: pump-devel >= 0.8.15, kudzu-devel >= 1.1.0, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, modutils-devel, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel %ifarch i386 BuildRequires: dietlibc %endif diff --git a/utils/Makefile b/utils/Makefile index 87ad54e4e..d1ec0f5d6 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -43,7 +43,7 @@ md5.o: md5.c md5.h genhdlist: genhdlist.c hash.c $(CC) $(LDFLAGS) $(RPMCFLAGS) -o genhdlist genhdlist.c hash.c \ - -lrpm -lrpmdb -lrpmio -lbz2 -lz -lpopt -lelf -lpthread + -lrpm -lrpmdb -lrpmio -lbz2 -lz -lpopt -lelf -lpthread -lbeecrypt depends: |