6011943da4
This patch updates the libsml package to the latest revision. The current revision of the libsml package is outdated for 7 months. Meanwhile, the developers of libsml provided various bug fixes, notably to support big-endian machines correctly. [florian: pass UNAME directly from the Makefiel] Signed-off-by: Daniel Pauli <paulid@student.ethz.ch> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@34529 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
258 B
Diff
9 lines
258 B
Diff
--- a/sml/Makefile 2012-12-05 18:54:49.000000000 +0100
|
|
+++ b/sml/Makefile 2012-12-05 19:01:26.347952235 +0100
|
|
@@ -1,4 +1,4 @@
|
|
-UNAME := $(shell uname)
|
|
+UNAME ?= $(shell uname)
|
|
CFLAGS += -I./include/ -fPIC -fno-stack-protector -g -Wall
|
|
|
|
# Available Flags:
|