added -L$(topdir)/popt to Makefile.inc
authorewt <devnull@localhost>
Thu, 15 Jan 1998 16:47:55 +0000 (16:47 +0000)
committerewt <devnull@localhost>
Thu, 15 Jan 1998 16:47:55 +0000 (16:47 +0000)
CVS patchset: 1972
CVS date: 1998/01/15 16:47:55

CHANGES
Makefile.inc.in

diff --git a/CHANGES b/CHANGES
index c57dc12..77b32df 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,7 @@
        - change use of "export" to work with non-bash shells
        - compress the archives.  oops.
        - fixed bug when there is no %setup
+       - added -L$(topdir)/popt to Makefile.inc
 
 2.4.11 -> 2.4.99:
        - added many more i18n strings
index 759ed9a..2e7fdb2 100644 (file)
@@ -13,7 +13,8 @@ RPMNLSDIR=@datadir@/locale
 RPMNLSPACKAGE=rpm
 CFLAGS = @CFLAGS@ @INCPATH@ $(WARNINGS) $(OPTS) -I$(topdir) \
        -I$(topdir)/lib -I$(topdir)/misc -Wall -Wstrict-prototypes 
-LDFLAGS = @LDFLAGS@ -L$(topdir)/lib -L$(topdir)/build -L$(topdir)/misc
+LDFLAGS = @LDFLAGS@ -L$(topdir)/lib -L$(topdir)/build -L$(topdir)/misc \
+         -L$(topdir)/popt
 VERSION = 2.4.100
 CC = @CC@