thttpd: fix build, don't override CFLAGS at make time

We already provide the correct CFLAGS/LDFLAGS at configure time, so don't pass them
again at make time, as this then overrides the extra CFLAGS (defines) in the Makefile.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2010-07-22 12:24:40 +02:00
parent 87e55feec7
commit 0a01196efd
2 changed files with 3 additions and 3 deletions

View File

@ -24,8 +24,8 @@
lmbench, lrzsz, ltrace, make, module-init-tools, mplayer,
mysql_client, nbd, ncurses, neon, netcat, netperf, ntfsprogs,
openssl, php, qt, quagga, sqlite, sdl, sdl_mixer, sdl_sound,
sdl_ttf, squashfs, tn5250, tremor, usbutils, xkeyboard-config,
xserver_xorg-server, xvkbd
sdl_ttf, squashfs, thttpd, tn5250, tremor, usbutils,
xkeyboard-config, xserver_xorg-server, xvkbd
Removed packages: modutils, portage, rxvt

View File

@ -35,7 +35,7 @@ $(THTTPD_DIR)/.configured: $(THTTPD_DIR)/.unpacked
touch $(THTTPD_DIR)/.configured
$(THTTPD_DIR)/$(THTTPD_BINARY): $(THTTPD_DIR)/.configured
$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(THTTPD_DIR)
$(MAKE) -C $(THTTPD_DIR)
$(TARGET_DIR)/$(THTTPD_TARGET_BINARY): $(THTTPD_DIR)/$(THTTPD_BINARY)
install -D $(THTTPD_DIR)/$(THTTPD_BINARY) $(TARGET_DIR)/$(THTTPD_TARGET_BINARY)