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.
The patch updates PKG_REV and increments PKG_VERSION. Additionally, it
adapts the cross-compile patch to minor changes in the Makefile.

=====================[Begin Patch]=====================
diff -rupN a//libs/libsml/Makefile b//libs/libsml/Makefile
--- a//libs/libsml/Makefile     2012-01-19 16:08:02.801065000 +0100
+++ b//libs/libsml/Makefile     2012-08-13 11:27:18.461115358 +0200
@@ -8,9 +8,9 @@
 include $(TOPDIR)/rules.mk

 PKG_NAME:=libsml
-PKG_VERSION:=0.1
+PKG_VERSION:=0.2
 PKG_RELEASE:=1
-PKG_REV:=4e546fb0db0bd4c0a2c3c2f3d29ac0a0ba6651a3
+PKG_REV:=550aa8216295ff76076f35ce2eb00872dfd83f8f

 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=git://github.com/dailab/libsml.git
diff -rupN a//libs/libsml/patches/030-cross-compile.patch
b//libs/libsml/patches/030-cross-compile.patch
--- a//libs/libsml/patches/030-cross-compile.patch      2012-01-19
16:08:02.801065000 +0100
+++ b//libs/libsml/patches/030-cross-compile.patch      2012-08-01
11:48:07.000000000 +0200
@@ -3,6 +3,6 @@
 @@ -1,4 +1,4 @@
 -UNAME := $(shell uname)
 +UNAME := Linux
- CFLAGS += -I./include/ -fPIC -g -Wall
+ CFLAGS += -I./include/ -fPIC -fno-stack-protector -g -Wall

  # Available Flags:
=====================[End Patch]=====================

Signed-off-by: Daniel Pauli <[email protected]>
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to