screen: fix build when libelf is enabled
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 15 Apr 2012 12:02:10 +0000 (14:02 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 15 Apr 2012 12:02:10 +0000 (14:02 +0200)
screen's configure script thinks it is running on a SVR4 system when it
detects libelf, breaking the build.

At the same time cleanup the package somewhat, and ensure the correct
CFLAGS are used.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/screen/screen.mk

index 2dfb8f2a355b452514f81c9e41d4cc55324997a5..4b3d427b351b00462f5be1a8f910c45aabecc333 100644 (file)
@@ -7,8 +7,8 @@
 SCREEN_VERSION = 4.0.3
 SCREEN_SITE = $(BR2_GNU_MIRROR)/screen
 SCREEN_DEPENDENCIES = ncurses
-SCREEN_CONF_ENV = CFLAGS=-DSYSV=1
-SCREEN_MAKE_OPT = -j1
+SCREEN_CONF_ENV = ac_cv_header_elf_h=no ac_cv_header_dwarf_h=no
+SCREEN_MAKE = $(MAKE1)
 SCREEN_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) SCREEN=screen install_bin
 
 $(eval $(call AUTOTARGETS))