diff options
Diffstat (limited to 'misc/rpm/files/patch-bd')
-rw-r--r-- | misc/rpm/files/patch-bd | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/misc/rpm/files/patch-bd b/misc/rpm/files/patch-bd deleted file mode 100644 index 5d3992602259..000000000000 --- a/misc/rpm/files/patch-bd +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.am.orig Thu Sep 14 02:36:40 2000 -+++ Makefile.am Wed Oct 4 06:08:38 2000 -@@ -11,19 +11,19 @@ - rpm.magic rpmpopt rpm.spec installplatform - - # XXX TODO: python perl --SUBDIRS = intl po popt lib build misc tools scripts tests doc . -+SUBDIRS = intl po lib build misc tools scripts tests . - --INCLUDES = -I$(top_srcdir)/build -I$(top_srcdir)/lib -I$(top_srcdir)/popt \ -+INCLUDES = -I$(top_srcdir)/build -I$(top_srcdir)/lib \ - @INCPATH@ - --myldflags= -L$(top_builddir)/build -L$(top_builddir)/lib -L$(top_builddir)/popt -+myldflags= -L$(top_builddir)/build -L$(top_builddir)/lib - - # XXX libtool can/should generate dependent libs. - # XXX solaris2.6 cannot use *.la with --all-static (downrev binutils/egcs?) - myldadd= \ - $(top_builddir)/build/.libs/librpmbuild.a \ - $(top_builddir)/lib/.libs/librpm.a \ -- $(top_builddir)/popt/.libs/libpopt.a \ -+ -lpopt \ - @INTLLIBS@ @LIBMISC@ - - LDFLAGS = @LDFLAGS_STATIC@ $(myldflags) |