(LD_SWITCH_SYSTEM) [__GNUC__]: Add -static.
(HAVE_RANDOM): Defined.
This commit is contained in:
parent
252c8b3bc0
commit
b231f8a7d6
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
Note GCC automatically passes -a archive to ld, and it has its own
|
||||
conflicting -a. */
|
||||
#ifdef __GNUC__
|
||||
#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4
|
||||
#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -static
|
||||
|
||||
/* No need to specify roundabout way of linking temacs. */
|
||||
#define ORDINARY_LINK
|
||||
|
@ -29,3 +29,5 @@
|
|||
/* Some hpux 8 machines seem to have TIOCGWINSZ,
|
||||
and none have sioctl.h, so might as well define this. */
|
||||
#define NO_SIOCTL_H
|
||||
|
||||
#define HAVE_RANDOM
|
||||
|
|
Loading…
Add table
Reference in a new issue