Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 20 years ago
parent
commit
5348625856
4 changed files with 5 additions and 27 deletions
  1. +2
    -2
      package/blindcoder/ucl/ucl.desc
  2. +0
    -22
      package/blindcoder/upx/ugly-fixes.patch
  3. +1
    -1
      package/blindcoder/upx/upx.conf
  4. +2
    -2
      package/blindcoder/upx/upx.desc

+ 2
- 2
package/blindcoder/ucl/ucl.desc

@ -39,7 +39,7 @@
[L] GPL
[S] Stable
[V] 1.01
[V] 1.02
[P] X -----5---9 195.000
[D] 1604734056 ucl-1.01.tar.gz http://www.oberhumer.com/opensource/ucl/download/
[D] 2828767834 ucl-1.02.tar.gz http://www.oberhumer.com/opensource/ucl/download/

+ 0
- 22
package/blindcoder/upx/ugly-fixes.patch

@ -1,22 +0,0 @@
--- src/Makefile 2002-10-28 11:43:34.000000000 +0100
+++ src/Makefile 2004-01-29 10:09:19.000000000 +0100
@@ -104,8 +104,8 @@
a = .a
e =
-CC = gcc
-DEFS =
+CC = g++
+DEFS = -DWITH_UCL
INCLUDES =
##INCLUDES = -I. -I$(srcdir)
CFLAGS_OUTPUT = -o $@
@@ -153,7 +153,7 @@
LDFLAGS = -s
endif
LDFLAGS += -Wl,-Map,$T.map
-LDLIBS =
+LDLIBS = -lucl
LIBDIRS =
DOS_LDLIBS =
DOS_LIBDIRS =

+ 1
- 1
package/blindcoder/upx/upx.conf

@ -7,7 +7,7 @@ upx_pi() {
srcdir="upx-$ver/src"
var_append makeopt " " "target=linux"
var_append makeopt " " "target=linux UCLDIR=/usr CC=g++ DEFS=-DWITH_UCL LDLIB=-lucl"
# no install target
makeinstopt=""

+ 2
- 2
package/blindcoder/upx/upx.desc

@ -38,8 +38,8 @@
[L] GPL
[S] Stable
[V] 1.24
[V] 1.25
[P] X -----5---9 195.100
[D] 3246926119 upx-1.24-src.tar.gz http://upx.sourceforge.net/download/
[D] 2303393078 upx-1.25-src.tar.gz http://upx.sourceforge.net/download/

Loading…
Cancel
Save