summaryrefslogtreecommitdiffstats
path: root/recipes-support/lshw/files/ldflags.patch
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-08-31 15:23:39 +0200
committerGitHub <noreply@github.com>2018-08-31 15:23:39 +0200
commitf12efe18a25397ef2c7d1514321b9bf7b2cef2e7 (patch)
treed81e32057700b94ad8dfe8e9da6b8e530f532bf7 /recipes-support/lshw/files/ldflags.patch
parentae8269229f46f3874f623b515d75f4bfb339fe90 (diff)
parentb165bc51e760fb185862685d6e7fe03e91bf55d2 (diff)
downloadmeta-updater-f12efe18a25397ef2c7d1514321b9bf7b2cef2e7.tar.gz
Merge pull request #376 from strataggem/master
Update lshw to 02.17
Diffstat (limited to 'recipes-support/lshw/files/ldflags.patch')
-rw-r--r--recipes-support/lshw/files/ldflags.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-support/lshw/files/ldflags.patch b/recipes-support/lshw/files/ldflags.patch
index 83e0410..d95699d 100644
--- a/recipes-support/lshw/files/ldflags.patch
+++ b/recipes-support/lshw/files/ldflags.patch
@@ -1,6 +1,6 @@
1diff -Naur /home/anton/lshw-old/src/Makefile lshw-B.02.16/src/Makefile 1diff -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.16/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)