mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
xmlrpc-c: Import from oldpackages, add myself as pkg maintainer, update license info.
- remove (marked BROKEN) abyss and libxml2 variants. - build internal expat variant only. Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/config.mk.in
|
||||
+++ b/config.mk.in
|
||||
@@ -175,7 +175,7 @@ ifeq ($(patsubst linux-gnu%,linux-gnu,$(
|
||||
shlibfn = $(1:%=%.$(SHLIB_SUFFIX).$(MAJ).$(MIN))
|
||||
shliblefn = $(1:%=%.$(SHLIB_SUFFIX))
|
||||
# SHLIB_CLIB = -lc
|
||||
- LDFLAGS_SHLIB = -shared -Wl,-soname,$(SONAME) $(SHLIB_CLIB)
|
||||
+ LDFLAGS_SHLIB = -shared -Wl,-soname,$(SONAME) $(SHLIB_CLIB) $(LDFLAGS)
|
||||
CFLAGS_SHLIB=-fPIC
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user