Browse Source

Andreas V. Meier:


			
			
				rocklinux
			
			
		
Andreas V. 'netrunner' Meier 20 years ago
parent
commit
ef714a2294
2 changed files with 2 additions and 32 deletions
  1. +2
    -2
      package/valentin/asterisk/asterisk.desc
  2. +0
    -30
      package/valentin/asterisk/fix-link-order.patch

+ 2
- 2
package/valentin/asterisk/asterisk.desc

@ -37,7 +37,7 @@
[L] GPL
[S] Stable
[V] 0.9.1
[V] 1.0-RC2
[P] X -?---5---9 201.300
[D] 2067899276 asterisk-0.9.1.tar.gz ftp://ftp.asterisk.org/pub/telephony/asterisk/
[D] 3569657557 asterisk-1.0-RC2.tar.gz ftp://ftp.asterisk.org/pub/telephony/asterisk/

+ 0
- 30
package/valentin/asterisk/fix-link-order.patch

@ -1,30 +0,0 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/valentin/asterisk/fix-link-order.patch
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- asterisk-0.9.0/Makefile.orig 2004-05-02 20:16:41.000000000 +0200
+++ asterisk-0.9.0/Makefile 2004-05-02 20:18:58.000000000 +0200
@@ -245,7 +245,7 @@
fi
asterisk: editline/libedit.a db1-ast/libdb1.a stdtime/libtime.a $(OBJS)
- $(CC) $(DEBUG) -o asterisk $(ASTLINK) $(OBJS) $(LIBS) $(LIBEDIT) db1-ast/libdb1.a stdtime/libtime.a
+ $(CC) $(DEBUG) -o asterisk $(ASTLINK) $(OBJS) $(LIBEDIT) $(LIBS) db1-ast/libdb1.a stdtime/libtime.a
subdirs:
for x in $(SUBDIRS); do $(MAKE) -C $$x || exit 1 ; done

Loading…
Cancel
Save