diff options
-rw-r--r-- | recipes-support/lshw/files/ldflags.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/lshw/files/ldflags.patch b/recipes-support/lshw/files/ldflags.patch index 53bc112..d95699d 100644 --- a/recipes-support/lshw/files/ldflags.patch +++ b/recipes-support/lshw/files/ldflags.patch | |||
@@ -1,6 +1,6 @@ | |||
1 | diff -Naur /home/anton/lshw-old/src/Makefile lshw-B.02.18/src/Makefile | 1 | diff -Naur /home/anton/lshw-old/src/Makefile lshw-B.02.17/src/Makefile |
2 | --- /home/anton/lshw-old/src/Makefile 2017-02-07 16:21:52.554738182 +0100 | 2 | --- /home/anton/lshw-old/src/Makefile 2017-02-07 16:21:52.554738182 +0100 |
3 | +++ lshw-B.02.18/src/Makefile 2017-02-07 16:22:45.578588072 +0100 | 3 | +++ lshw-B.02.17/src/Makefile 2017-02-07 16:22:45.578588072 +0100 |
4 | @@ -25,9 +25,9 @@ | 4 | @@ -25,9 +25,9 @@ |
5 | ifeq ($(SQLITE), 1) | 5 | ifeq ($(SQLITE), 1) |
6 | CXXFLAGS+= -DSQLITE $(shell pkg-config --cflags sqlite3) | 6 | CXXFLAGS+= -DSQLITE $(shell pkg-config --cflags sqlite3) |