diff options
| author | Glenn Morris | 2010-05-06 19:59:20 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-06 19:59:20 -0700 |
| commit | 16bbb132208f69547425d2d2284b996dd7f6ea5b (patch) | |
| tree | a3acad0006273975f5582bfdbea0654dade8d336 /src | |
| parent | 2f86b22b05324b3687dd470bbd85e65d4d8db1d7 (diff) | |
| download | emacs-16bbb132208f69547425d2d2284b996dd7f6ea5b.tar.gz emacs-16bbb132208f69547425d2d2284b996dd7f6ea5b.zip | |
Missing part of previous commit.
* s/openbsd.h (LD_SWITCH_SYSTEM): Move to configure.in.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/openbsd.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/s/openbsd.h b/src/s/openbsd.h index a6eb837570c..b5566a6d35e 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h | |||
| @@ -1,20 +1,13 @@ | |||
| 1 | /* s/ file for openbsd systems. */ | 1 | /* System file for openbsd. */ |
| 2 | 2 | ||
| 3 | /* Mostly the same as NetBSD. */ | 3 | /* Mostly the same as NetBSD. */ |
| 4 | #include "netbsd.h" | 4 | #include "netbsd.h" |
| 5 | 5 | ||
| 6 | /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this | 6 | /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this |
| 7 | is necessary. Otherwise Emacs dumps core when run -nw. */ | 7 | is necessary. Otherwise Emacs dumps core when run -nw. */ |
| 8 | #undef LIBS_TERMCAP | ||
| 9 | |||
| 10 | #define TERMINFO | 8 | #define TERMINFO |
| 9 | #undef LIBS_TERMCAP | ||
| 11 | #define LIBS_TERMCAP -lncurses | 10 | #define LIBS_TERMCAP -lncurses |
| 12 | 11 | ||
| 13 | #undef LD_SWITCH_SYSTEM | ||
| 14 | |||
| 15 | /* Han Boetes <han@mijncomputer.nl> says this | ||
| 16 | is necessary, otherwise Emacs dumps core on elf systems. */ | ||
| 17 | #define LD_SWITCH_SYSTEM $(LD_SWITCH_X_SITE_AUX_RPATH) -Z | ||
| 18 | |||
| 19 | /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2 | 12 | /* arch-tag: 7e3f65ca-3f48-4237-933f-2b208b21e8e2 |
| 20 | (do not change this comment) */ | 13 | (do not change this comment) */ |