mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Unhardcode the motif lib on x86 linux. Replace /usr/X11R6/lib/libXm.a
with -L/usr/X11R6/lib -lXm.
This commit is contained in:
parent
d71db58bde
commit
a3af594e82
@ -592,7 +592,7 @@ else
|
||||
|
||||
MOTIFLIB =\
|
||||
$(MOTIFPATCH_LIB) \
|
||||
/usr/X11R6/lib/libXm.a \
|
||||
-L/usr/X11R6/lib -lXm \
|
||||
$(NS_MOTIF2_XP_LD_FLAGS)
|
||||
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user