Author: wlux
Date: Mon Jan 19 08:59:17 2015
New Revision: 38297

URL: http://svn.gna.org/viewcvs/gnustep?rev=38297&view=rev
Log:
Fix wrong option letter in sed command

Modified:
    libs/ec/trunk/ChangeLog
    libs/ec/trunk/GNUmakefile.preamble

Modified: libs/ec/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/ec/trunk/ChangeLog?rev=38297&r1=38296&r2=38297&view=diff
==============================================================================
--- libs/ec/trunk/ChangeLog     (original)
+++ libs/ec/trunk/ChangeLog     Mon Jan 19 08:59:17 2015
@@ -1,10 +1,14 @@
+2015-01-19  Wolfgang Lux  <[email protected]>
+
+       * GNUmakefile.preamble: Fix wrong option letter in sed command.
+
 2015-01-15  Richard Frith-Macdonald <[email protected]>
 
         * EcAlarmDestination.m: When shutting down, only wait for the
        background thread first time ... otherwise we could get into a
        recursive loop calling the -shutdown method while
        waiting for shutdown to complete.
-                               
+
 2015-01-07  Richard Frith-Macdonald <[email protected]>
 
        * configure.ac:

Modified: libs/ec/trunk/GNUmakefile.preamble
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/ec/trunk/GNUmakefile.preamble?rev=38297&r1=38296&r2=38297&view=diff
==============================================================================
--- libs/ec/trunk/GNUmakefile.preamble  (original)
+++ libs/ec/trunk/GNUmakefile.preamble  Mon Jan 19 08:59:17 2015
@@ -48,7 +48,7 @@
 # Extras for when building with SNMP support
 #
 ifeq ($(WITH_NET_SNMP),yes)
-  EcAlarmSinkSNMP.m_FILE_FLAGS += $(shell net-snmp-config --cflags | sed -e 
's/-l[^ ]*//g' | sed -d 's/-fstack-protect-strong//g')
+  EcAlarmSinkSNMP.m_FILE_FLAGS += $(shell net-snmp-config --cflags | sed -e 
's/-l[^ ]*//g' | sed -e 's/-fstack-protect-strong//g')
   LIBRARIES_DEPEND_UPON += $(shell net-snmp-config --agent-libs)
 endif
 


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to