diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-22 14:29:00 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-22 14:29:00 +0100 |
commit | a96be19bc390e43502ea6dbc4f673665bbc2a318 (patch) | |
tree | 1b38c83c3258456f157263a3d508bbc7df2d8da8 /package/games/lxdoom | |
parent | 6a3a58f137ecdd493cacc8981b6fb230dc022390 (diff) | |
download | buildroot-novena-a96be19bc390e43502ea6dbc4f673665bbc2a318.tar.gz buildroot-novena-a96be19bc390e43502ea6dbc4f673665bbc2a318.zip |
package: remove redundant DISABLE_{IPV6,NLS,LARGEFILE} configure args
Makefile.autotools.in automatically adds these to the configure invocation,
so there's no need to explicitly list them.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/games/lxdoom')
-rw-r--r-- | package/games/lxdoom/lxdoom.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/games/lxdoom/lxdoom.mk b/package/games/lxdoom/lxdoom.mk index dd29cb9db..b9584b1fb 100644 --- a/package/games/lxdoom/lxdoom.mk +++ b/package/games/lxdoom/lxdoom.mk @@ -12,8 +12,7 @@ LXDOOM_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install LXDOOM_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) --prefix=/usr \ - --includedir=/usr/include --enable-shared \ - $(DISABLE_NLS) + --includedir=/usr/include --enable-shared LXDOOM_DEPENDENCIES = xserver_xorg-server |