-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No longer needed as upstream respects -Ddefault_library now. Refreshed patches. Signed-off-by: Rosen Penev <[email protected]> Link: openwrt/openwrt#16945 Signed-off-by: Christian Marangi <[email protected]>
- Loading branch information
Showing
2 changed files
with
1 addition
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ Signed-off-by: Paul Spooren <[email protected]> | |
|
||
--- a/src/database.c | ||
+++ b/src/database.c | ||
@@ -1627,7 +1627,7 @@ const char *apk_db_layer_name(int layer) | ||
@@ -1631,7 +1631,7 @@ const char *apk_db_layer_name(int layer) | ||
{ | ||
switch (layer) { | ||
case APK_DB_LAYER_ROOT: return "lib/apk/db"; | ||
|