diff options
Diffstat (limited to 'package/libSM')
-rw-r--r-- | package/libSM/Makefile | 4 | ||||
-rw-r--r-- | package/libSM/patches/patch-ltmain_sh | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/package/libSM/Makefile b/package/libSM/Makefile index f452f71b6..be3e049e0 100644 --- a/package/libSM/Makefile +++ b/package/libSM/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= libSM -PKG_VERSION:= 1.2.0 +PKG_VERSION:= 1.2.1 PKG_RELEASE:= 1 -PKG_MD5SUM:= 4dcf47665aa64161bc5ca74c0778a149 +PKG_MD5SUM:= 1d507651e9fa50aab7ef11be9e0e2f20 PKG_DESCR:= X11 Session Management library PKG_SECTION:= x11/libs PKG_DEPENDS:= libuuid diff --git a/package/libSM/patches/patch-ltmain_sh b/package/libSM/patches/patch-ltmain_sh deleted file mode 100644 index 0d222aff6..000000000 --- a/package/libSM/patches/patch-ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- libSM-1.2.0.orig/ltmain.sh 2010-10-28 07:27:06.000000000 +0200 -+++ libSM-1.2.0/ltmain.sh 2011-01-24 18:32:41.000000000 +0100 -@@ -5091,7 +5091,7 @@ func_mode_link () - # @file GCC response files - # -tp=* Portland pgcc target processor selection - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*) -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|-fstack-protector*|-flto*) - func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" - func_append compile_command " $arg" |