mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Add libgcrypt package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1249 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
24
package/libgcrypt/patches/500-cross-compile.patch
Normal file
24
package/libgcrypt/patches/500-cross-compile.patch
Normal file
@@ -0,0 +1,24 @@
|
||||
diff -ruN libgcrypt-1.2.1-orig/tests/Makefile.am libgcrypt-1.2.1-1/tests/Makefile.am
|
||||
--- libgcrypt-1.2.1-orig/tests/Makefile.am 2004-03-03 09:08:05.000000000 +0100
|
||||
+++ libgcrypt-1.2.1-1/tests/Makefile.am 2005-03-15 21:36:49.000000000 +0100
|
||||
@@ -21,7 +21,7 @@
|
||||
TESTS = prime register ac basic tsexp keygen pubkey benchmark
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
-LDADD = ../src/libgcrypt.la
|
||||
+LDADD = ../src/libgcrypt.la @LTLIBOBJS@ @GPG_ERROR_LIBS@
|
||||
|
||||
EXTRA_PROGRAMS = testapi
|
||||
noinst_PROGRAMS = $(TESTS)
|
||||
diff -ruN libgcrypt-1.2.1-orig/tests/Makefile.in libgcrypt-1.2.1-1/tests/Makefile.in
|
||||
--- libgcrypt-1.2.1-orig/tests/Makefile.in 2005-01-05 14:53:23.000000000 +0100
|
||||
+++ libgcrypt-1.2.1-1/tests/Makefile.in 2005-03-15 21:37:12.000000000 +0100
|
||||
@@ -258,7 +258,7 @@
|
||||
target_vendor = @target_vendor@
|
||||
TESTS = prime register ac basic tsexp keygen pubkey benchmark
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
-LDADD = ../src/libgcrypt.la
|
||||
+LDADD = ../src/libgcrypt.la @LTLIBOBJS@ @GPG_ERROR_LIBS@
|
||||
AM_CFLAGS = @GPG_ERROR_CFLAGS@
|
||||
all: all-am
|
||||
|
||||
Reference in New Issue
Block a user