fix xyssl headers install (closes: #2330), refresh patches.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9003 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
99d7fedabe
commit
ce500493db
@ -1,6 +1,7 @@
|
||||
diff -ruN xyssl-0.7-old/library/Makefile xyssl-0.7-new/library/Makefile
|
||||
--- xyssl-0.7-old/library/Makefile 2007-07-07 07:07:00.000000000 +0200
|
||||
+++ xyssl-0.7-new/library/Makefile 2007-08-29 12:20:53.000000000 +0200
|
||||
Index: xyssl-0.7/library/Makefile
|
||||
===================================================================
|
||||
--- xyssl-0.7.orig/library/Makefile 2007-09-23 23:28:33.000000000 +0200
|
||||
+++ xyssl-0.7/library/Makefile 2007-09-23 23:28:33.000000000 +0200
|
||||
@@ -9,10 +9,13 @@
|
||||
# _BSD_EXTENSION when compiling on Plan9
|
||||
|
||||
@ -43,9 +44,10 @@ diff -ruN xyssl-0.7-old/library/Makefile xyssl-0.7-new/library/Makefile
|
||||
|
||||
clean:
|
||||
rm -f *.o libxyssl.*
|
||||
diff -ruN xyssl-0.7-old/programs/Makefile xyssl-0.7-new/programs/Makefile
|
||||
--- xyssl-0.7-old/programs/Makefile 2007-07-07 07:07:00.000000000 +0200
|
||||
+++ xyssl-0.7-new/programs/Makefile 2007-08-29 12:19:25.000000000 +0200
|
||||
Index: xyssl-0.7/programs/Makefile
|
||||
===================================================================
|
||||
--- xyssl-0.7.orig/programs/Makefile 2007-09-23 23:28:33.000000000 +0200
|
||||
+++ xyssl-0.7/programs/Makefile 2007-09-23 23:28:33.000000000 +0200
|
||||
@@ -2,7 +2,8 @@
|
||||
# To compile on SunOS: add "-lsocket -lnsl" to LDFLAGS
|
||||
# To compile on MinGW: add "-lws2_32" to LDFLAGS
|
||||
|
@ -1,15 +1,18 @@
|
||||
--- xyssl-0.7-old/Makefile 2007-07-07 07:07:00.000000000 +0200
|
||||
+++ xyssl-0.7-new/Makefile 2007-08-29 12:26:01.000000000 +0200
|
||||
Index: xyssl-0.7/Makefile
|
||||
===================================================================
|
||||
--- xyssl-0.7.orig/Makefile 2007-09-23 23:28:33.000000000 +0200
|
||||
+++ xyssl-0.7/Makefile 2007-09-23 23:28:34.000000000 +0200
|
||||
@@ -8,9 +8,10 @@
|
||||
cd programs && make all && cd ..
|
||||
|
||||
install:
|
||||
- mkdir -p $(DESTDIR)/{include/xyssl,lib}
|
||||
+ mkdir -p $(DESTDIR)/include/xyssl
|
||||
cp -v -r include $(DESTDIR)/include
|
||||
- cp -v -r include $(DESTDIR)/include
|
||||
- cp -v library/libxyssl.a $(DESTDIR)/lib
|
||||
+ mkdir -p $(DESTDIR)/include/xyssl
|
||||
+ cp -v -r include/* $(DESTDIR)/include/
|
||||
+ mkdir -p $(DESTDIR)/lib
|
||||
+ cp -v library/libxyssl.* $(DESTDIR)/lib
|
||||
+ cp -v library/libxyssl.* $(DESTDIR)/lib/
|
||||
|
||||
mkdir -p $(DESTDIR)/bin
|
||||
for p in programs/*/* ; do \
|
||||
|
Loading…
x
Reference in New Issue
Block a user