diff options
author | Pixel <pixel@nobis-crew.org> | 2009-05-16 08:24:33 +0000 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-05-16 08:24:33 +0000 |
commit | d122ec8e6ff07154b4200eed489f4eda270dda66 (patch) | |
tree | dc16e42c03c78ad817cc809fcb2a840064e40f73 | |
parent | 3da2bc1b23fb3d2eb4cbf99aaa5996fcc6e62c68 (diff) |
Reverting that for now; let's use a chroot in the meanwhile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ CPPFLAGS_READLINE=-DREADLINE_STATIC LDFLAGS_READLINE=/usr/lib/libreadline.a /usr/lib/libncurses.a ifeq ($(MACHINE),x86_64) ifeq ($(DISTRIB),Debian) -LDFLAGS_READLINE=/usr/lib32/libreadline.a /usr/lib32/libncurses.a +#LDFLAGS_READLINE=/usr/lib32/libreadline.a /usr/lib32/libncurses.a endif endif SHARED_FLAGS=-shared |