16 lines
558 B
Diff
16 lines
558 B
Diff
Author: Craig Small <csmall@debian.org>
|
|
Description: Made SHARED variable overwritable
|
|
Index: b/proc/module.mk
|
|
===================================================================
|
|
--- a/proc/module.mk 2009-11-24 20:53:04.000000000 +1100
|
|
+++ b/proc/module.mk 2009-11-24 21:00:38.000000000 +1100
|
|
@@ -17,7 +17,7 @@
|
|
# numbers for future use, the ELF soname can be set equal to the
|
|
# file name until some future date when a stable ABI is declared.
|
|
|
|
-SHARED := 1
|
|
+SHARED ?= 1
|
|
|
|
# for lib$(NAME).so and /usr/include/($NAME) and such
|
|
NAME := proc
|