mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
- just use the strip binary to avoid confusing libtool (quotes)
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
This commit is contained in:
@@ -40,7 +40,7 @@ $(VPNC_TARGET_BINARY): $(VPNC_BINARY)
|
||||
INCLUDE=$(STAGING_DIR)/usr/include \
|
||||
LDFLAGS="-lgcrypt -lgpg-error" \
|
||||
-C $(VPNC_DIR) install
|
||||
$(STRIP) $(STRIP_STRIP_UNNEEDED) $(VPNC_TARGET_BINARY)
|
||||
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(VPNC_TARGET_BINARY)
|
||||
|
||||
vpnc: uclibc libgcrypt $(VPNC_TARGET_BINARY)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user