Bug 691884 - Makefile libdir
Summary: Makefile libdir
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: mupdf (show other bugs)
Version: unspecified
Hardware: PC Linux
: P4 major
Assignee: Tor Andersson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-13 08:04 UTC by Pavel Zhukov
Modified: 2011-02-02 19:53 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
patch libdir (511 bytes, text/plain)
2011-01-13 08:07 UTC, Pavel Zhukov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Zhukov 2011-01-13 08:04:21 UTC
Please correct Makefile for building on rpm-based x86_64 systems. 
(Use $(LIBDIR) instead /lib
Patch is in attachment
Comment 1 Pavel Zhukov 2011-01-13 08:07:04 UTC
Created attachment 7126 [details]
patch libdir

patch for libdir
Comment 2 Tor Andersson 2011-02-02 16:05:35 UTC
I don't understand the patch. You set

LIBDIR := $(prefix)/lib

which changes nothing. Do you mean

LIBDIR ?= $(prefix)/lib

or am I missing something?
Comment 3 Pavel Zhukov 2011-02-02 19:53:21 UTC
yes, 
LIBDIR ?= $(prefix)/lib instead hardcoded path.