Revision: 6604
http://ipcop.svn.sourceforge.net/ipcop/?rev=6604&view=rev
Author: gespinasse
Date: 2012-05-08 15:16:24 +0000 (Tue, 08 May 2012)
Log Message:
-----------
Deliver our log from nasm warning.
Disable fortify on compilation remove those warnings.
We don't care if nasm is fortified as nothing is include.
While I am there, upgrade to 2.10.
Modified Paths:
--------------
ipcop/trunk/lfs/nasm
Modified: ipcop/trunk/lfs/nasm
===================================================================
--- ipcop/trunk/lfs/nasm 2012-05-08 08:38:11 UTC (rev 6603)
+++ ipcop/trunk/lfs/nasm 2012-05-08 15:16:24 UTC (rev 6604)
@@ -33,16 +33,19 @@
include Config
PKG_NAME = nasm
-VER = 2.09.04
+VER = 2.10
HOST_ARCH = i486
OTHER_SRC = yes
THISAPP = $(PKG_NAME)-$(VER)
-DL_FILE = $(THISAPP).tar.bz2
+DL_FILE = $(THISAPP).tar.xz
DL_FROM = http://www.nasm.us/pub/$(PKG_NAME)/releasebuilds/$(VER)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+# Disable warn_unused_result warnings
+CFLAGS += -U_FORTIFY_SOURCE
+
###############################################################################
# Top-level Rules
###############################################################################
@@ -51,7 +54,7 @@
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = c11f083a501adae843d0bc3e7c106c73
+$(DL_FILE)_MD5 = bffe03503a30918123db10ddf1a0af74
install : $(TARGET)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn