787a10daa4
Changed to use preinstalled yajl and MiniXML (mxml). Address compiler warnings. Changelog: https://www.argyllcms.com/doc/ChangesSummary.html PR: 240568 Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> Event: Wiesbaden Hackathon 202604
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
--- Jamtop
|
|
+++ Jamtop
|
|
@@ -167,7 +167,7 @@ rule CheckForLibrary {
|
|
echo "Using system $(UCASE) library" ;
|
|
$(UCASE)LIB = ;
|
|
$(UCASE)INC = ;
|
|
- LINKFLAGS += $(LINKFLAG)$(lcase) ;
|
|
+ LINKFLAGS += -L$(LOCALBASE)/lib $(LINKFLAG)$(lcase) ;
|
|
HAVE_$(UCASE) = true ;
|
|
}
|
|
}
|