Magellan Linux

Contents of /trunk/popt/patches/popt-1.10.4-lib64.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 212 - (show annotations) (download)
Sun Jun 3 18:34:21 2007 UTC (16 years, 11 months ago) by niro
File size: 499 byte(s)
-fix for lib6464 issue on multlib systems

1 It doesnt matter if MARK64 gets set in the configure file as the toplevel
2 makefile is the only thing that uses it ... plus we avoid re-running autotools
3
4 --- popt-1.10.4/Makefile.in
5 +++ popt-1.10.4/Makefile.in
6 @@ -35,7 +35,7 @@
7
8 TESTS = testit.sh
9 include_HEADERS = popt.h
10 -usrlibdir = $(libdir)@MARK64@
11 +usrlibdir = $(libdir)
12 usrlib_LTLIBRARIES = libpopt.la
13 libpopt_la_SOURCES = popt.c findme.c poptparse.c poptconfig.c popthelp.c
14 libpopt_la_LDFLAGS = -no-undefined @INTLLIBS@ $(am__append_1)