1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

Fix Aseprite and Alex4 compilation with newest version of OpenWrt

This commit is contained in:
David Kühling
2012-03-22 02:47:27 +01:00
parent f5c5a97a5c
commit d478f19823
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ MAKE_FLAGS += \
PREFIX=/usr \
CFLAGS_RELEASE="$(TARGET_CFLAGS) $(EXTRA_CFLAGS) $(TARGET_CPPFLAGS)" \
CFLAGS_DEBUG="$(TARGET_CFLAGS) $(EXTRA_CFLAGS) $(TARGET_CPPFLAGS)" \
LINK_ALLEGRO="-L$(STAGING_DIR)/usr/lib -lalleg"
LINK_ALLEGRO="-L$(STAGING_DIR)/usr/lib -lalleg -lm"
define Build/Configure
echo "include make/unix.inc" > $(PKG_BUILD_DIR)/make/config.txt