From 60611a83d9e47d8b74e44c54a05acf41eb699403 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Fri, 5 Mar 2004 18:56:40 +0000 Subject: . Disable the javaglue for beecrypt. Its pointless and its broken (breaks the build). . Reformat CONFIGURE_ARGS. --- archivers/rpm4/Makefile | 7 ++++--- archivers/rpm5/Makefile | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'archivers') diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 00190677a40d..84a1b6b3d069 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -43,9 +43,10 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS+=--without-db -CONFIGURE_ARGS+=--with-popt-prefix="${LOCALBASE}" -CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc +CONFIGURE_ARGS+=--without-db \ + --with-popt-prefix="${LOCALBASE}" \ + --sysconfdir=${PREFIX}/etc \ + --without-javaglue MAN1= gendiff.1 MAN8= rpm.8 rpm2cpio.8 rpmbuild.8 diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 00190677a40d..84a1b6b3d069 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -43,9 +43,10 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS+=--without-db -CONFIGURE_ARGS+=--with-popt-prefix="${LOCALBASE}" -CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc +CONFIGURE_ARGS+=--without-db \ + --with-popt-prefix="${LOCALBASE}" \ + --sysconfdir=${PREFIX}/etc \ + --without-javaglue MAN1= gendiff.1 MAN8= rpm.8 rpm2cpio.8 rpmbuild.8 -- cgit v1.2.3