projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] broadcom-diag: SimpleShare: expose power button as reset to the system...
[openwrt.git]
/
package
/
opkg
/
patches
/
007-force_static.patch
diff --git
a/package/opkg/patches/007-force_static.patch
b/package/opkg/patches/007-force_static.patch
index
cda8537
..
12a7cc6
100644
(file)
--- a/
package/opkg/patches/007-force_static.patch
+++ b/
package/opkg/patches/007-force_static.patch
@@
-1,6
+1,6
@@
--- a/libopkg/Makefile.am
+++ b/libopkg/Makefile.am
--- a/libopkg/Makefile.am
+++ b/libopkg/Makefile.am
-@@ -3
6,16 +36,10 @@
+@@ -3
5,16 +35,10 @@ if HAVE_SHA256
opkg_util_sources += sha256.c sha256.h
endif
opkg_util_sources += sha256.c sha256.h
endif
@@
-22,7
+22,7
@@
+libopkg_a_LIBADD = $(top_builddir)/libbb/libbb.a $(CURL_LIBS) $(GPGME_LIBS) $(OPENSSL_LIBS) $(PATHFINDER_LIBS)
--- a/libbb/Makefile.am
+++ b/libbb/Makefile.am
+libopkg_a_LIBADD = $(top_builddir)/libbb/libbb.a $(CURL_LIBS) $(GPGME_LIBS) $(OPENSSL_LIBS) $(PATHFINDER_LIBS)
--- a/libbb/Makefile.am
+++ b/libbb/Makefile.am
-@@ -2,9 +2,9 @@
+@@ -2,9 +2,9 @@
HOST_CPU=@host_cpu@
BUILD_CPU=@build_cpu@
ALL_CFLAGS=-g -O -Wall -DHOST_CPU_STR=\"$(HOST_CPU)\" -DBUILD_CPU=@build_cpu@
BUILD_CPU=@build_cpu@
ALL_CFLAGS=-g -O -Wall -DHOST_CPU_STR=\"$(HOST_CPU)\" -DBUILD_CPU=@build_cpu@
@@
-36,7
+36,7
@@
wfopen.c \
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
wfopen.c \
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
-@@ -4,11 +4,11 @@
+@@ -4,11 +4,11 @@
AM_CFLAGS = $(ALL_CFLAGS) -Wall -g -O3 -
#noinst_PROGRAMS = libopkg_test opkg_active_list_test
noinst_PROGRAMS = libopkg_test
#noinst_PROGRAMS = libopkg_test opkg_active_list_test
noinst_PROGRAMS = libopkg_test
@@
-50,7
+50,7
@@
#opkg_extract_test_SOURCES = opkg_extract_test.c
#opkg_extract_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir)
#opkg_extract_test_SOURCES = opkg_extract_test.c
#opkg_extract_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir)
-@@ -16,7 +16,7 @@
+@@ -16,7 +16,7 @@
noinst_PROGRAMS = libopkg_test
#opkg_active_list_test_SOURCES = opkg_active_list_test.c
#opkg_active_list_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir)
#opkg_active_list_test_SOURCES = opkg_active_list_test.c
#opkg_active_list_test_CFLAGS = $(ALL_CFLAGS) -I$(top_srcdir)
@@
-61,7
+61,7
@@
--- a/src/Makefile.am
+++ b/src/Makefile.am
--- a/src/Makefile.am
+++ b/src/Makefile.am
-@@ -2,5 +2,5 @@
+@@ -2,5 +2,5 @@
AM_CFLAGS = -I${top_srcdir}/libopkg ${AL
bin_PROGRAMS = opkg-cl
opkg_cl_SOURCES = opkg-cl.c
bin_PROGRAMS = opkg-cl
opkg_cl_SOURCES = opkg-cl.c
This page took
0.025364 seconds
and
4
git commands to generate.